Immutable raw MBO store snapshot shared by all indicator instances. Records are detached from the provider before publication. More...
Public Member Functions | |
| HeatmapMboDataSnapshot (long epoch, IReadOnlyList< MboAnnotatedTrade > annotatedTrades, IReadOnlyList< MboIcebergRecord > icebergs, HeatmapMboStatus status, long liveEdgeNanos, TimeSpan displayTimeOffset, Func< long, long > timestampToTimelineNanos) | |
| HeatmapMboDataSnapshot (long epoch, long annotatedTradesVersion, int annotatedTradesChangeStartIndex, IReadOnlyList< MboAnnotatedTrade > annotatedTrades, long icebergsVersion, IReadOnlyList< MboIcebergRecord > icebergs, HeatmapMboStatus status, long liveEdgeNanos, TimeSpan displayTimeOffset, Func< long, long > timestampToTimelineNanos) | |
| long | ToTimelineNanos (long unixMilliseconds) |
Properties | |
| static HeatmapMboDataSnapshot | Empty [get] |
| long | Epoch [get] |
| long | AnnotatedTradesVersion [get] |
| int | AnnotatedTradesChangeStartIndex [get] |
| IReadOnlyList< MboAnnotatedTrade > | AnnotatedTrades [get] |
| long | IcebergsVersion [get] |
| IReadOnlyList< MboIcebergRecord > | Icebergs [get] |
| HeatmapMboStatus | Status [get] |
| long | LiveEdgeNanos [get] |
| TimeSpan | DisplayTimeOffset [get] |
Immutable raw MBO store snapshot shared by all indicator instances. Records are detached from the provider before publication.
| ATAS.Indicators.Heatmap.HeatmapMboDataSnapshot.HeatmapMboDataSnapshot | ( | long | epoch, |
| IReadOnlyList< MboAnnotatedTrade > | annotatedTrades, | ||
| IReadOnlyList< MboIcebergRecord > | icebergs, | ||
| HeatmapMboStatus | status, | ||
| long | liveEdgeNanos, | ||
| TimeSpan | displayTimeOffset, | ||
| Func< long, long > | timestampToTimelineNanos | ||
| ) |
| ATAS.Indicators.Heatmap.HeatmapMboDataSnapshot.HeatmapMboDataSnapshot | ( | long | epoch, |
| long | annotatedTradesVersion, | ||
| int | annotatedTradesChangeStartIndex, | ||
| IReadOnlyList< MboAnnotatedTrade > | annotatedTrades, | ||
| long | icebergsVersion, | ||
| IReadOnlyList< MboIcebergRecord > | icebergs, | ||
| HeatmapMboStatus | status, | ||
| long | liveEdgeNanos, | ||
| TimeSpan | displayTimeOffset, | ||
| Func< long, long > | timestampToTimelineNanos | ||
| ) |
| long ATAS.Indicators.Heatmap.HeatmapMboDataSnapshot.ToTimelineNanos | ( | long | unixMilliseconds | ) |
|
get |
|
get |
|
get |
|
get |
|
staticget |
|
get |
|
get |
|
get |
|
get |
|
get |