[Mod] Change futu gateway contract size to 1
This commit is contained in:
parent
33aff65e60
commit
9c897d04af
@ -309,7 +309,7 @@ class FutuGateway(BaseGateway):
|
|||||||
exchange=exchange,
|
exchange=exchange,
|
||||||
name=row["name"],
|
name=row["name"],
|
||||||
product=product,
|
product=product,
|
||||||
size=int(row["lot_size"]),
|
size=1,
|
||||||
pricetick=0.001,
|
pricetick=0.001,
|
||||||
gateway_name=self.gateway_name
|
gateway_name=self.gateway_name
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user