pub struct RunStrategyParams {
pub id: String,
pub symbol: Option<String>,
pub symbols: Option<Vec<String>>,
pub paper: Option<bool>,
pub confirm_live: Option<bool>,
pub agent_loop: Option<bool>,
pub agent_interval: Option<u64>,
pub tick_interval: Option<u64>,
}Fields§
§id: String§symbol: Option<String>§symbols: Option<Vec<String>>§paper: Option<bool>§confirm_live: Option<bool>§agent_loop: Option<bool>§agent_interval: Option<u64>§tick_interval: Option<u64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunStrategyParams
impl RefUnwindSafe for RunStrategyParams
impl Send for RunStrategyParams
impl Sync for RunStrategyParams
impl Unpin for RunStrategyParams
impl UnsafeUnpin for RunStrategyParams
impl UnwindSafe for RunStrategyParams
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