SimpleFinancePackage/README.md

14 lines
244 B
Markdown
Raw Normal View History

2025-01-11 23:40:54 +00:00
# SimpleFinancePackage
2025-01-12 01:11:35 +00:00
An Package to interact with an mock stock exchange
## Structure
| Field | Length |
| ----- | ------ |
| Key | 8 Bytes |
| Operation | Byte |
| Asset | Byte |
| Price | Float64 |
| Volume | Float64 |
| CRC | 2 Bytes |