Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Module: lib

Source: lib.rs

Structured trade logging. [TradeLog] writes JSON-formatted fill records to a CSV-compatible log file for post-session analysis and reconciliation.

Structs

pub struct TradeLog

#![allow(unused)]
fn main() {
pub struct TradeLog {
    writer: Option < BufWriter < File > >,
};
}