upstox-rust-sdk 0.2.0

SDK to access Upstox's Uplink v2 APIs programmatically
Documentation
1
2
3
4
5
6
use {crate::models::Exchange, serde::Serialize};

#[derive(Serialize, Debug)]
pub struct ExchangeStatusRequest {
    pub exchange: Exchange,
}