handle some edge cases
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ type State struct {
|
||||
// Record-specific data is kept as opaque bytes so the internal package does
|
||||
// not need to know about any broker package's concrete Record type.
|
||||
type persistedFiller struct {
|
||||
ReaderData []byte `json:"reader_data"`
|
||||
RecordData []byte `json:"record_data"`
|
||||
Quantity decimal.Decimal `json:"quantity"`
|
||||
Price decimal.Decimal `json:"price"`
|
||||
Filled decimal.Decimal `json:"filled"`
|
||||
|
||||
Reference in New Issue
Block a user