pub struct InlineResponse20022String {
pub ORTH: Option<bool>,
pub SP: Option<String>,
pub LP: Option<String>,
pub PC: Option<String>,
pub TA: Option<String>,
pub TU: Option<String>,
pub ROA: Option<String>,
pub ROP: Option<String>,
pub TT: Option<String>,
pub UNP: Option<bool>,
}
Fields§
§ORTH: Option<bool>
Outside of Regular Trading Hours
SP: Option<String>
Stop Price value
LP: Option<String>
Limit Price value
PC: Option<String>
Price Cap value
TA: Option<String>
Trailing amount value
TU: Option<String>
Trailing unit
ROA: Option<String>
Releative offset amount
ROP: Option<String>
Relative offset percent
TT: Option<String>
Touch trigger price
UNP: Option<bool>
Use Net Price for Bonds
Implementations§
Source§impl InlineResponse20022String
impl InlineResponse20022String
pub fn new() -> InlineResponse20022String
Trait Implementations§
Source§impl Clone for InlineResponse20022String
impl Clone for InlineResponse20022String
Source§fn clone(&self) -> InlineResponse20022String
fn clone(&self) -> InlineResponse20022String
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 InlineResponse20022String
impl Debug for InlineResponse20022String
Source§impl<'de> Deserialize<'de> for InlineResponse20022String
impl<'de> Deserialize<'de> for InlineResponse20022String
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
impl StructuralPartialEq for InlineResponse20022String
Auto Trait Implementations§
impl Freeze for InlineResponse20022String
impl RefUnwindSafe for InlineResponse20022String
impl Send for InlineResponse20022String
impl Sync for InlineResponse20022String
impl Unpin for InlineResponse20022String
impl UnwindSafe for InlineResponse20022String
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