Loading...
Searching...
No Matches
ATAS.Indicators.MarketDepthSnapshot Class Reference

Represents the end state of market depth over a specified time period. More...

Properties

DateTime StartTime [get]
 Time.
 
IReadOnlyCollection< MarketDataArgBids = Array.Empty<MarketDataArg>() [get]
 Bids collection..
 
IReadOnlyCollection< MarketDataArgAsks = Array.Empty<MarketDataArg>() [get]
 Asks collection..
 

Detailed Description

Represents the end state of market depth over a specified time period.

Property Documentation

◆ Asks

IReadOnlyCollection<MarketDataArg> ATAS.Indicators.MarketDepthSnapshot.Asks = Array.Empty<MarketDataArg>()
get

Asks collection..

◆ Bids

IReadOnlyCollection<MarketDataArg> ATAS.Indicators.MarketDepthSnapshot.Bids = Array.Empty<MarketDataArg>()
get

Bids collection..

◆ StartTime

DateTime ATAS.Indicators.MarketDepthSnapshot.StartTime
get

Time.


The documentation for this class was generated from the following file: