Skip to content

Commit

Permalink
Added missing fields maker_fees, maker_fill_cost
Browse files Browse the repository at this point in the history
  • Loading branch information
r4stl1n committed Feb 17, 2024
1 parent c91ae7f commit 0409323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions portfolio.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ type Order struct {
ExpirationTime *Time `json:"expiration_time"`
FccCancelCount int `json:"fcc_cancel_count"`
LastUpdateTime *Time `json:"last_update_time"`
MakerFillCost int `json:"maker_fill_cost"`
MakerFillCount int `json:"maker_fill_count"`
MakerFees Cents `json:"maker_fees"`
NoPrice Cents `json:"no_price"`
OrderID string `json:"order_id"`
PlaceCount int `json:"place_count"`
Expand Down

0 comments on commit 0409323

Please sign in to comment.