tastytrade 0.1.1

Library for trading through tastytrade's API
Documentation
1
2
3
4
5
6
7
8
use crate::streaming::account_streaming::AccountEvent;

#[allow(dead_code)]
#[derive(Debug)]
pub enum TastyEvent {
    QuoteFeed(dxfeed::Event),
    AccountFeed(AccountEvent),
}