mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-22 06:53:52 +00:00
improve/sync-futures: remove unused code
This commit is contained in:
parent
90020a65a4
commit
05536b6693
|
@ -381,7 +381,6 @@ func (e *Exchange) SubscribeMarketData(
|
|||
intervals = append(intervals, interval)
|
||||
}
|
||||
|
||||
//_, isFutures, _, _ := exchange2.GetSessionAttributes(e.publicExchange)
|
||||
var isFutures bool
|
||||
if futuresExchange, ok := e.publicExchange.(types.FuturesExchange); ok {
|
||||
isFutures = futuresExchange.GetFuturesSettings().IsFutures
|
||||
|
|
Loading…
Reference in New Issue
Block a user