pub struct GetFyiDisclaimerssRequestPath {
pub typecode: Typecodes,
}Fields§
§typecode: TypecodesMany FYI endpoints reference a “typecode” value. The table below lists the available codes and what they correspond to.
BA- Borrow AvailabilityCA- Comparable AlgoDA- Dividends AdvisoryEA- Upcoming EarningsMF- Mutual Fund AdvisoryOE- Option ExpirationPR- Portfolio Builder RebalanceSE- Suspend Order on Economic EventSG- Short Term Gain turning Long TermSM- System MessagesT2- Assignment Realizing Long-Term GainsTO- TakeoverUA- User AlertM8- M871 TradesPS- Platform Use SuggestionsDL- Unexercised Option Loss Prevention ReminderPT- Position TransferCB- Missing Cost BasisMS- MilestonesTD- MiFID || 10% Deprecation NoticeST- Save TaxesTI- Trade IdeaCT- Cash Transfer
Trait Implementations§
Source§impl Clone for GetFyiDisclaimerssRequestPath
impl Clone for GetFyiDisclaimerssRequestPath
Source§fn clone(&self) -> GetFyiDisclaimerssRequestPath
fn clone(&self) -> GetFyiDisclaimerssRequestPath
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 PartialEq for GetFyiDisclaimerssRequestPath
impl PartialEq for GetFyiDisclaimerssRequestPath
Source§fn eq(&self, other: &GetFyiDisclaimerssRequestPath) -> bool
fn eq(&self, other: &GetFyiDisclaimerssRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetFyiDisclaimerssRequestPath
Auto Trait Implementations§
impl Freeze for GetFyiDisclaimerssRequestPath
impl RefUnwindSafe for GetFyiDisclaimerssRequestPath
impl Send for GetFyiDisclaimerssRequestPath
impl Sync for GetFyiDisclaimerssRequestPath
impl Unpin for GetFyiDisclaimerssRequestPath
impl UnsafeUnpin for GetFyiDisclaimerssRequestPath
impl UnwindSafe for GetFyiDisclaimerssRequestPath
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