pub struct ModifyFyiNotificationRequestPath {
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 ModifyFyiNotificationRequestPath
impl Clone for ModifyFyiNotificationRequestPath
Source§fn clone(&self) -> ModifyFyiNotificationRequestPath
fn clone(&self) -> ModifyFyiNotificationRequestPath
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 ModifyFyiNotificationRequestPath
impl PartialEq for ModifyFyiNotificationRequestPath
Source§fn eq(&self, other: &ModifyFyiNotificationRequestPath) -> bool
fn eq(&self, other: &ModifyFyiNotificationRequestPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyFyiNotificationRequestPath
Auto Trait Implementations§
impl Freeze for ModifyFyiNotificationRequestPath
impl RefUnwindSafe for ModifyFyiNotificationRequestPath
impl Send for ModifyFyiNotificationRequestPath
impl Sync for ModifyFyiNotificationRequestPath
impl Unpin for ModifyFyiNotificationRequestPath
impl UnsafeUnpin for ModifyFyiNotificationRequestPath
impl UnwindSafe for ModifyFyiNotificationRequestPath
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