interface ValidationResult {
    ok: boolean;
    price?: number;
    reason?: string;
}

Properties

Properties

ok: boolean
price?: number

Price after tick-size snapping (when applicable).

reason?: string