ApiMarketSpreadDTO¶
stonepy.models.ApiMarketSpreadDTO.ApiMarketSpreadDTO
¶
Bases: ResponseModel
Contains market spread value at specific time points. Where markets have different spreads during a specific time period, multiple items are returned in the array with the SpreadTimeUtc property indicating when that spread value starts.
spread_time_utc
class-attribute
instance-attribute
¶
The time and date in for the spread value in UTC, interchangeable to local time using local time offset
spread
class-attribute
instance-attribute
¶
The market spread value
spread_units
class-attribute
instance-attribute
¶
The market spread value's unit type, where Percentage == 26, and Points = 27