pub enum ContractTypeItem {
Show 38 variants
MULTUP,
MULTDOWN,
UPORDOWN,
EXPIRYRANGE,
ONETOUCH,
CALLE,
LBHIGHLOW,
ASIAND,
EXPIRYRANGEE,
DIGITDIFF,
DIGITMATCH,
DIGITOVER,
PUTE,
DIGITUNDER,
NOTOUCH,
CALL,
RANGE,
LBFLOATPUT,
DIGITODD,
PUT,
ASIANU,
LBFLOATCALL,
EXPIRYMISSE,
EXPIRYMISS,
DIGITEVEN,
TICKHIGH,
TICKLOW,
RESETCALL,
RESETPUT,
CALLSPREAD,
PUTSPREAD,
RUNHIGH,
RUNLOW,
ACCU,
VANILLALONGCALL,
VANILLALONGPUT,
TURBOSLONG,
TURBOSSHORT,
}
Expand description
Variants§
MULTUP
MULTDOWN
UPORDOWN
EXPIRYRANGE
ONETOUCH
CALLE
LBHIGHLOW
ASIAND
EXPIRYRANGEE
DIGITDIFF
DIGITMATCH
DIGITOVER
PUTE
DIGITUNDER
NOTOUCH
CALL
RANGE
LBFLOATPUT
DIGITODD
PUT
ASIANU
LBFLOATCALL
EXPIRYMISSE
EXPIRYMISS
DIGITEVEN
TICKHIGH
TICKLOW
RESETCALL
RESETPUT
CALLSPREAD
PUTSPREAD
RUNHIGH
RUNLOW
ACCU
VANILLALONGCALL
VANILLALONGPUT
TURBOSLONG
TURBOSSHORT
Trait Implementations§
Source§impl Clone for ContractTypeItem
impl Clone for ContractTypeItem
Source§fn clone(&self) -> ContractTypeItem
fn clone(&self) -> ContractTypeItem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContractTypeItem
impl Debug for ContractTypeItem
Source§impl<'de> Deserialize<'de> for ContractTypeItem
impl<'de> Deserialize<'de> for ContractTypeItem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ContractTypeItem
impl RefUnwindSafe for ContractTypeItem
impl Send for ContractTypeItem
impl Sync for ContractTypeItem
impl Unpin for ContractTypeItem
impl UnwindSafe for ContractTypeItem
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