Go to file
2025-01-22 22:24:33 +01:00
.gitignore Initial commit 2025-01-11 23:40:54 +00:00
go.mod Added an CRC Checksum, v0.2.0 2025-01-12 02:03:55 +01:00
go.sum Added an CRC Checksum, v0.2.0 2025-01-12 02:03:55 +01:00
LICENSE Added LICENSE, v0.2.1 2025-01-12 17:34:19 +01:00
README.md Changed the assets to 2 bytes; implemented a Expire Datetime with Unix; Changed README.md 2025-01-22 22:24:33 +01:00
spf_test.go Changed the assets to 2 bytes; implemented a Expire Datetime with Unix; Changed README.md 2025-01-22 22:24:33 +01:00
spf.go Changed the assets to 2 bytes; implemented a Expire Datetime with Unix; Changed README.md 2025-01-22 22:24:33 +01:00

SimpleFinancePackage

An Package to interact with an mock stock exchange

Structure

Field Length
Key 8 Bytes
Operation Byte
Asset 2 Bytes
Price Float64
Volume Float64
Expire (Unix) uint64
CRC 2 Bytes

TODOS

  • Test it
  • Make it configureable
  • Implement expire date
  • Change Key to uuid
  • Document it