[Mod] Change futu gateway contract size to 1

This commit is contained in:
vn.py 2019-01-14 22:56:26 +08:00
parent 33aff65e60
commit 9c897d04af

View File

@ -309,7 +309,7 @@ class FutuGateway(BaseGateway):
exchange=exchange,
name=row["name"],
product=product,
size=int(row["lot_size"]),
size=1,
pricetick=0.001,
gateway_name=self.gateway_name
)