CWorms |
The CWormsWmdRecord type exposes the following members.
Name | Description | |
---|---|---|
![]() | HasData | Returns true if any available exchange has data for this symbol. |
![]() | HasFullData | Returns True if all available exchanges have data for this symbol. |
![]() | IsActive | Indicates whether the quote feed for this record is active. |
![]() | IsNativeRicMode | Indicates whether manual translation is active, which allows the user to specify a market data symbol directly (instead of a trading symbol) bypassing the automatic translation |
![]() | IsStale | Indicates whether the quote feed for this record is stale. |
![]() | PxInc | Obsolete. The value stored in the WORMS database indicating the standard price increment desired by the user for this symbol type. |
![]() | QtyDefault | The value stored in the WORMS database indicating the default quantity desired by the user for this symbol type. |
![]() | QtyInc | The value stored in the WORMS database indicating the standard quantity increment desired by the user for this symbol type. |
![]() | Ric | The RIC associated with this WmdRecord. |
![]() | Service | The service associated with this WmdRecord. |
![]() | ShowQtyDefault | The value stored in the WORMS database indicating the default show quantity desired by the user for this symbol type. |
![]() | Symbol | The symbol associated with this WmdRecord. |
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | GetBestQuotesVec | A list of the 10 best quotes for this record. |
![]() | GetDateStr(Int32, Boolean) | Obsolete. Retrieves the value of a specified FID as a string in Date format. |
![]() | GetDateStr(WOTI_EFid, Boolean) | Obsolete. Retrieves the value of a specified FID as a string in Date format. |
![]() | GetDateStr(Int32, Boolean, String) | Obsolete. Retrieves the value of a specified FID as a string in Date format. |
![]() | GetDateStr(WOTI_EFid, Boolean, String) | Obsolete. Retrieves the value of a specified FID as a string in Date format. |
![]() | GetDateTimeUtc(Int32) | Retrieves the value of a specified FID as an OA Date. |
![]() | GetDateTimeUtc(WOTI_EFid) | Retrieves the value of a specified FID as an OA Date. |
![]() | GetDateTimeUtcDirect | Retrieves the value of the specified UTC time field as a double. Should not be used unless the field is not covered by WOTI_Efid. See https://www.tradewex.com/UserGuides/WTP/Basic_Concepts/FIDS.htm for a full list of fields available. |
![]() | GetDouble(Int32) | Retrieves the value of a specified FID as a double. |
![]() | GetDouble(WOTI_EFid) | Retrieves the value of a specified FID as a double. |
![]() | GetDoubleDirect | Retrieves the value of the specified field as a double. Should not be used unless the field is not covered by WOTI_Efid. See https://www.tradewex.com/UserGuides/WTP/Basic_Concepts/FIDS.htm for a full list of fields available. |
![]() | GetInt(Int32) | Retrieves the value of a specified FID as an integer. |
![]() | GetInt(WOTI_EFid) | Retrieves the value of a specified FID as an integer. |
![]() | GetIntDirect | Retrieves the value of the specified field as an integer. Should not be used unless the field is not covered by WOTI_Efid. See https://www.tradewex.com/UserGuides/WTP/Basic_Concepts/FIDS.htm for a full list of fields available. |
![]() | GetIvol | Gets an option's implied volatility. This function is only meaningful for WormsWmdRecords that are associated with options. |
![]() | GetPxInc | The value stored in the WORMS database indicating the standard price increment desired by the user for this symbol type. |
![]() | GetQuoteTimeUtc | Obsolete. Gets the time at which the quote was reported. |
![]() | GetString(Int32) | Retrieves the value of a specified FID as a string. |
![]() | GetString(WOTI_EFid) | Retrieves the value of a specified FID as a string. |
![]() | GetStringDirect | Retrieves the value of the specified field as a string. Should not be used unless the field is not covered by WOTI_Efid. See https://www.tradewex.com/UserGuides/WTP/Basic_Concepts/FIDS.htm for a full list of fields available. |
![]() | GetTimeStr(Int32, Boolean) | Obsolete. Retrieves the value of a specified FID as a string in Time format. |
![]() | GetTimeStr(WOTI_EFid, Boolean) | Obsolete. Retrieves the value of a specified FID as a string in Time format. |
![]() | GetTimeStr(Int32, Boolean, String) | Obsolete. Retrieves the value of a specified FID as a string in Time format. |
![]() | GetTimeStr(WOTI_EFid, Boolean, String) | Obsolete. Retrieves the value of a specified FID as a string in Time format. |
![]() | GetTradingStatus | Get the product's trading status. If this product is an option, then this function will attempt to return the trading status of the option's underlier. |
![]() | HasField(Int32) | Indicates if this record has data for the specified FID. |
![]() | HasField(WOTI_EFid) | Indicates if this record has data for the specified FID. |
![]() | IsFieldUpdated(Int32) | Indicates whether the specified field was updated for the current OnRecordUpdate call. |
![]() | IsFieldUpdated(WOTI_EFid) | Indicates whether the specified field was updated for the current OnRecordUpdate call. |
Name | Description | |
---|---|---|
![]() | RecordUpdated | This fires every time the Market Data Record is updated. |