add Nature method to Record type

This commit is contained in:
2025-11-24 12:18:38 +00:00
parent 23614d51db
commit 6b5552b559
2 changed files with 12 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ import (
type Record interface {
Symbol() string
Nature() string
Nature() Nature
BrokerCountry() int64
AssetCountry() int64
Side() Side