#[repr(i32)]pub enum DataType {
Show 91 variants
Date = 0,
MsOfDay = 1,
Correction = 2,
PriceType = 4,
MsOfDay2 = 5,
Undefined = 6,
BidSize = 101,
BidExchange = 102,
Bid = 103,
BidCondition = 104,
AskSize = 105,
AskExchange = 106,
Ask = 107,
AskCondition = 108,
Midpoint = 111,
Vwap = 112,
Qwap = 113,
Wap = 114,
OpenInterest = 121,
Sequence = 131,
Size = 132,
Condition = 133,
Price = 134,
Exchange = 135,
ConditionFlags = 136,
PriceFlags = 137,
VolumeType = 138,
RecordsBack = 139,
Volume = 141,
Count = 142,
Theta = 151,
Vega = 152,
Delta = 153,
Rho = 154,
Epsilon = 155,
Lambda = 156,
Gamma = 161,
Vanna = 162,
Charm = 163,
Vomma = 164,
Veta = 165,
Vera = 166,
Sopdk = 167,
Speed = 171,
Zomma = 172,
Color = 173,
Ultima = 174,
D1 = 181,
D2 = 182,
DualDelta = 183,
DualGamma = 184,
Open = 191,
High = 192,
Low = 193,
Close = 194,
NetChange = 195,
ImpliedVol = 201,
BidImpliedVol = 202,
AskImpliedVol = 203,
UnderlyingPrice = 204,
IvError = 205,
Ratio = 211,
Rating = 212,
ExDate = 221,
RecordDate = 222,
PaymentDate = 223,
AnnDate = 224,
DividendAmount = 225,
LessAmount = 226,
Rate = 230,
ExtCondition1 = 241,
ExtCondition2 = 242,
ExtCondition3 = 243,
ExtCondition4 = 244,
SplitDate = 251,
BeforeShares = 252,
AfterShares = 253,
OutstandingShares = 261,
ShortShares = 262,
InstitutionalInterest = 263,
LastFiscalQuarter = 264,
LastFiscalYear = 265,
Assets = 266,
Liabilities = 267,
LongTermDebt = 268,
EpsMrq = 269,
EpsMry = 270,
EpsDiluted = 271,
SymbolChangeDate = 272,
SymbolChangeType = 273,
Symbol = 274,
}Expand description
Data field types returned in responses.
Variants§
Date = 0
MsOfDay = 1
Correction = 2
PriceType = 4
MsOfDay2 = 5
Undefined = 6
BidSize = 101
BidExchange = 102
Bid = 103
BidCondition = 104
AskSize = 105
AskExchange = 106
Ask = 107
AskCondition = 108
Midpoint = 111
Vwap = 112
Qwap = 113
Wap = 114
OpenInterest = 121
Sequence = 131
Size = 132
Condition = 133
Price = 134
Exchange = 135
ConditionFlags = 136
PriceFlags = 137
VolumeType = 138
RecordsBack = 139
Volume = 141
Count = 142
Theta = 151
Vega = 152
Delta = 153
Rho = 154
Epsilon = 155
Lambda = 156
Gamma = 161
Vanna = 162
Charm = 163
Vomma = 164
Veta = 165
Vera = 166
Sopdk = 167
Speed = 171
Zomma = 172
Color = 173
Ultima = 174
D1 = 181
D2 = 182
DualDelta = 183
DualGamma = 184
Open = 191
High = 192
Low = 193
Close = 194
NetChange = 195
ImpliedVol = 201
BidImpliedVol = 202
AskImpliedVol = 203
UnderlyingPrice = 204
IvError = 205
Ratio = 211
Rating = 212
ExDate = 221
RecordDate = 222
PaymentDate = 223
AnnDate = 224
DividendAmount = 225
LessAmount = 226
Rate = 230
ExtCondition1 = 241
ExtCondition2 = 242
ExtCondition3 = 243
ExtCondition4 = 244
SplitDate = 251
InstitutionalInterest = 263
LastFiscalQuarter = 264
LastFiscalYear = 265
Assets = 266
Liabilities = 267
LongTermDebt = 268
EpsMrq = 269
EpsMry = 270
EpsDiluted = 271
SymbolChangeDate = 272
SymbolChangeType = 273
Symbol = 274
Implementations§
Trait Implementations§
impl Copy for DataType
impl Eq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnsafeUnpin for DataType
impl UnwindSafe for DataType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more