add Nature method to Record type
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
type Record interface {
|
||||
Symbol() string
|
||||
Nature() string
|
||||
Nature() Nature
|
||||
BrokerCountry() int64
|
||||
AssetCountry() int64
|
||||
Side() Side
|
||||
|
||||
Reference in New Issue
Block a user