pub fn margin_new_oco_order(
    symbol: &str,
    side: &str,
    quantity: Decimal,
    price: Decimal,
    stop_price: Decimal
) -> MarginNewOCOOrder