[This is preliminary documentation and is subject to change.]
The SecDBFileReader type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| SecDBFileReader | Initializes a new instance of the SecDBFileReader class |
Methods
| Name | Description | |
|---|---|---|
| Destructor |
Override this method to do actual destructor work
(Inherited from DisposableObject.) | |
| Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) | |
| EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) | |
Determines whether the specified object is equal to the current object. (Inherited from | ||
| Finalize | (Inherited from DisposableObject.) | |
| GetAllStreamData |
Gets all stream data
| |
| GetCandleData(UInt32, DateTime) |
Tries to find a candle stream with the specified exact resolution and returns it starting from the specified start time, or
returns an empty enumerable if resolution is not available
| |
| GetCandleData(UInt32, Int32) |
Tries to find a candle stream with the specified exact resolution skipping the specified number of seconds and returns it, or
returns an empty enumerable if resolution is not available
| |
| GetCandleData(SecDBFileReader CandleHeader, DateTime) |
Returns candle data at the specified resolution starting at the specified start time
| |
| GetCandleData(SecDBFileReader CandleHeader, Int32) |
Returns candle data at the specified resolution skipping the first specified number of seconds
| |
| GetCandleDataAsCandleSamples(UInt32, DateTime) |
Tries to find a candle stream returned as CandleSamples with the specified exact resolution starting at the specified start time and returns it, or
returns an empty enumerable if resolution is not available
| |
| GetCandleDataAsCandleSamples(UInt32, Int32) |
Tries to find a candle stream returned as CandleSamples with the specified exact resolution skipping the specofoed number of seconds and returns it, or
returns an empty enumerable if resolution is not available
| |
| GetCandleDataAsCandleSamples(SecDBFileReader CandleHeader, DateTime) |
Returns candle data at the specified resolution starting at the specified start time
| |
| GetCandleDataAsCandleSamples(SecDBFileReader CandleHeader, Int32) |
Returns candle data at the specified resolution skipping the first specified number of seconds
| |
| GetCandleHeader |
Tries to find a CandleHeader with the exact specified resolution or unassigned header
| |
Serves as the default hash function. (Inherited from | ||
| GetStreamData(UInt32, DateTime) |
Tries to find a candle stream by resolution and returns stream data starting from the specified UTC start time
| |
| GetStreamData(UInt32, Int32) |
Tries to find a candle stream by resolution and return stream data skipping the specified seconds count from data start
| |
| GetStreamData(SecDBFileReader CandleHeader, DateTime) |
Gets stream data per candle header index starting from the specified UTC start time
| |
| GetStreamData(SecDBFileReader CandleHeader, Int32) |
Gets stream data per candle header index skipping the specified seconds count from data start
| |
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Returns a string that represents the current object. (Inherited from |
Extension Methods
Fields
| Name | Description | |
|---|---|---|
| HDR_DATE | ||
| HDR_DEPTH | ||
| HDR_EXCHANGE | ||
| HDR_INSTRUMENT | ||
| HDR_PRICESTEP | ||
| HDR_SECURITYID | ||
| HDR_SYMBOL | ||
| HDR_UUID | ||
| HDR_VERSION |
Properties
| Name | Description | |
|---|---|---|
| CandlesMetadata |
Returns metadata for candles in the file - collection of candle headers
| |
| Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) | |
| DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) | |
| Headers |
File headers dictionary, including the required ones
| |
| StreamsCompressionType | ||
| StreamsDataOffset | ||
| StreamsMetas | ||
| SystemHeader |
Returns the required/system portion of the file header
|
See Also