ApiMarketInformationSaveDTO¶
stonepy.models.ApiMarketInformationSaveDTO.ApiMarketInformationSaveDTO
¶
Bases: ResponseModel
Contains market information to be modified and saved.
market_id
class-attribute
instance-attribute
¶
The ID of the market to be modified.
price_tolerance
class-attribute
instance-attribute
¶
Setting to indicate the user's price tolerance for the given market.
price_tolerance_is_dirty
class-attribute
instance-attribute
¶
Flag to indicate if the price tolerance value has changed.
margin_factor
class-attribute
instance-attribute
¶
The user's margin factor for the given market.
margin_factor_is_dirty
class-attribute
instance-attribute
¶
Flag to indicate if the margin factor value has changed.