Class MDEntryType
Market data entry types.
Inherited Members
Namespace: OnixS.CmeMdHandler
Assembly: OnixS.CmeMdHandler.dll
Syntax
public static class MDEntryType
Fields
Bid
Bid.
Declaration
public const char Bid = '0'
Field Value
| Type | Description |
|---|---|
| char |
ElectronicVolume
Electronic Volume.
Declaration
public const char ElectronicVolume = 'e'
Field Value
| Type | Description |
|---|---|
| char |
EmptyBook
Empty Book.
Declaration
public const char EmptyBook = 'J'
Field Value
| Type | Description |
|---|---|
| char |
FixingPrice
Fixing Price.
Declaration
public const char FixingPrice = 'W'
Field Value
| Type | Description |
|---|---|
| char |
ImpliedBid
Implied Bid.
Declaration
public const char ImpliedBid = 'E'
Field Value
| Type | Description |
|---|---|
| char |
ImpliedOffer
Implied Offer.
Declaration
public const char ImpliedOffer = 'F'
Field Value
| Type | Description |
|---|---|
| char |
Offer
Offer.
Declaration
public const char Offer = '1'
Field Value
| Type | Description |
|---|---|
| char |
OpenInterest
Open Interest.
Declaration
public const char OpenInterest = 'C'
Field Value
| Type | Description |
|---|---|
| char |
OpeningPrice
Opening Price.
Declaration
public const char OpeningPrice = '4'
Field Value
| Type | Description |
|---|---|
| char |
SessionHighBid
Session High Bid.
Declaration
public const char SessionHighBid = 'N'
Field Value
| Type | Description |
|---|---|
| char |
SessionLowOffer
Session Low Offer.
Declaration
public const char SessionLowOffer = 'O'
Field Value
| Type | Description |
|---|---|
| char |
SettlementPrice
Settlement Price.
Declaration
public const char SettlementPrice = '6'
Field Value
| Type | Description |
|---|---|
| char |
ThresholdLimits
Threshold Limits.
Declaration
public const char ThresholdLimits = 'g'
Field Value
| Type | Description |
|---|---|
| char |
Trade
Trade.
Declaration
public const char Trade = '2'
Field Value
| Type | Description |
|---|---|
| char |
TradeVolume
Trade Volume.
Declaration
public const char TradeVolume = 'B'
Field Value
| Type | Description |
|---|---|
| char |
TradingSessionHighPrice
Session High Trade Price.
Declaration
public const char TradingSessionHighPrice = '7'
Field Value
| Type | Description |
|---|---|
| char |
TradingSessionLowPrice
Session Low Trade Price.
Declaration
public const char TradingSessionLowPrice = '8'
Field Value
| Type | Description |
|---|---|
| char |
Methods
ToString(char)
Convert char value to string representation.
Declaration
public static string ToString(char value)
Parameters
| Type | Name | Description |
|---|---|---|
| char | value | Raw value. |
Returns
| Type | Description |
|---|---|
| string | String representation of a value. |