Skip to main content

record_rpi_event

Function record_rpi_event 

Source
fn record_rpi_event(
    outcome: &'static str,
    reference_state: &'static str,
    reason: Option<String>,
    request: &PlaceOrderRequest,
    order_action_msg: &OrderActionMessage,
    human_size: Decimal,
    limit_price: Decimal,
    rfq_id: Option<Uuid>,
    reference_price: Option<Decimal>,
    l2_seq: Option<i64>,
)