Go to file
2025-01-12 19:52:23 +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 Updated README 2025-01-12 19:52:23 +01:00
spf_test.go Added an CRC Checksum, v0.2.0 2025-01-12 02:03:55 +01:00
spf.go Added an CRC Checksum, v0.2.0 2025-01-12 02:03:55 +01:00

SimpleFinancePackage

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

TODOS

  • Test it
  • Make it configureable
  • Implement expire date
  • Document it