DataType
Data type info.
Hereda de: Equatable<DataType>
Implementa: IPersistable
Propiedades
BoardState : DataType
Board state.
CandleRange : DataType
RangeCandleMessage data type.
CandleRenko : DataType
RenkoCandleMessage data type.
CandleSources : ISet<DataType>
Possible data types that can be used as candles source.
CandleTick : DataType
TickCandleMessage data type.
CandleTimeFrame : DataType
TimeFrameCandleMessage data type.
CandleVolume : DataType
VolumeCandleMessage data type.
DataTypeInfo : DataType
Data type info.
FilteredMarketDepth : DataType
Filtered market depth.
IsCandleSource : bool
Is the data type can be used as candles compression source.
IsMarketData : bool
Determines whether the specified message type is market-data.
IsNonSecurity : bool
Is the data type never associated with security.
IsSecurityRequired : bool
Is the data type required security info.
IsTFCandles : bool
Determines whether the MessageType is TimeFrameCandleMessage.
MarketDepth : DataType
Market depth.
MessageType : Type
Message type.
PositionChanges : DataType
Position changes.
RemoteFile : DataType
RemoteFileMessage.
Securities : DataType
Securities.
SecurityLegs : DataType
Security legs.
SecurityMapping : DataType
SecurityMappingMessage.
Transactions : DataType
Transactions.
Métodos
Create(Type, object, bool?) : DataType
Initializes a new instance of the DataType.
- messageType
- Message type.
- arg
- The additional argument, associated with data. For example, candle argument.
- isSecurityRequired
- Is the data type required security info.
Devuelve: Data type info.
Create``1(object, bool?)
Initializes a new instance of the DataType.
- arg
- The additional argument, associated with data. For example, candle argument.
- isSecurityRequired
- Is the data type required security info.
Devuelve: Data type info.
FromSerializableString(string) : DataType
Deserialize DataType from String.
- value
- The string representation of DataType.
Devuelve: DataType
GetHashCode() : int
Serves as a hash function for a particular type.
Devuelve: A hash code for the current Object.
OnEquals(DataType) : bool
Compare DataType on the equivalence.
- other
- Another value with which to compare.
Devuelve: , if the specified object is equal to the current object, otherwise, .
RegisterAlias(string, DataType)
Register or replace alias for a specific DataType instance.
- alias
- Alias string. Case-insensitive.
- dataType
- Target data type.
TimeFrame(TimeSpan) : DataType
Create data type info for TimeFrameCandleMessage.
- arg
- Candle arg.
Devuelve: Data type info.
ToSerializableString() : string
Serialize DataType to String.
Devuelve: The string representation of DataType.
TryGetAlias(DataType, string) : bool
Try get an alias for the specified DataType if any exists.
- dataType
- Data type.
- alias
- Alias string.
Devuelve: true if alias exists; otherwise false.
UnRegisterAlias(string) : bool
Try to remove a previously registered alias by name.
- alias
- Alias to remove.
Devuelve: true if alias was removed; otherwise false.
UnRegisterAlias(DataType) : bool
Try to remove a previously registered alias by value.
- dataType
- Data type whose alias to remove.
Devuelve: true if alias was removed; otherwise false.