mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-13 17:42:42 +08:00
Removes unused kwarg btrid to create_txn.
This commit is contained in:
@@ -120,7 +120,7 @@ def create_trade_history(sid, prices, amounts, interval, trading_calendar):
|
||||
return trades
|
||||
|
||||
|
||||
def create_txn(sid, price, amount, datetime, btrid=None):
|
||||
def create_txn(sid, price, amount, datetime):
|
||||
txn = ndict({
|
||||
'sid': sid,
|
||||
'amount': amount,
|
||||
|
||||
Reference in New Issue
Block a user