update etc/*
This commit is contained in:
@@ -37,7 +37,7 @@ class OrderItem:
|
||||
return _side(self.offset_flag)
|
||||
|
||||
@property
|
||||
def local_order_id(self) -> str:
|
||||
def get_local_order_id(self) -> str:
|
||||
return self.remark.split("|", 1)[0]
|
||||
|
||||
@property
|
||||
@@ -68,7 +68,7 @@ class DealItem:
|
||||
return _side(self.offset_flag)
|
||||
|
||||
@property
|
||||
def local_order_id(self) -> str:
|
||||
def get_local_order_id(self) -> str:
|
||||
return self.remark.split("|", 1)[0]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user