pub struct ResolveSymbolCommandMsg {
pub session: Ustr,
pub symbol_series_id: Ustr,
pub instrument: Ustr,
pub adjustment: Option<MarketAdjustment>,
pub currency: Option<Currency>,
pub session_type: Option<SessionType>,
pub replay_session: Option<Ustr>,
}Fields§
§session: Ustr§symbol_series_id: Ustr§instrument: Ustr§adjustment: Option<MarketAdjustment>§currency: Option<Currency>§session_type: Option<SessionType>§replay_session: Option<Ustr>Implementations§
Source§impl ResolveSymbolCommandMsg
impl ResolveSymbolCommandMsg
Sourcepub fn builder() -> ResolveSymbolCommandMsgBuilder
pub fn builder() -> ResolveSymbolCommandMsgBuilder
Create an instance of ResolveSymbolCommandMsg using the builder syntax
Trait Implementations§
Source§impl Clone for ResolveSymbolCommandMsg
impl Clone for ResolveSymbolCommandMsg
impl Copy for ResolveSymbolCommandMsg
Source§impl Debug for ResolveSymbolCommandMsg
impl Debug for ResolveSymbolCommandMsg
Source§impl<'de> Deserialize<'de> for ResolveSymbolCommandMsg
impl<'de> Deserialize<'de> for ResolveSymbolCommandMsg
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 ResolveSymbolCommandMsg
impl RefUnwindSafe for ResolveSymbolCommandMsg
impl Send for ResolveSymbolCommandMsg
impl Sync for ResolveSymbolCommandMsg
impl Unpin for ResolveSymbolCommandMsg
impl UnsafeUnpin for ResolveSymbolCommandMsg
impl UnwindSafe for ResolveSymbolCommandMsg
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