mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
binance: removed unsupport isolated futures trade
This commit is contained in:
parent
a0130affe4
commit
bb592663ab
|
@ -361,7 +361,6 @@ func toGlobalFuturesTrade(t futures.AccountTrade) (*types.Trade, error) {
|
|||
FeeCurrency: t.CommissionAsset,
|
||||
Time: types.Time(millisecondTime(t.Time)),
|
||||
IsFutures: true,
|
||||
// IsIsolated: t.IsIsolated,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user