Skip to main content
POST
Handle Entry Executed

Body

application/json

Payload from Go trade-executor after it places an entry order directly.

Go handles: risk checks, contract selection, order placement, fill confirmation. Python handles: signal snapshot assembly, session state updates, SSE broadcast.

session_id
string
required
symbol
string
required
direction
string
required
signal_type
string
required
mode
string
required
contract_symbol
string
required
fill_price
number
required
fill_qty
integer
required
order_id
string
required
position_id
string
required
timestamp
string<date-time>
required
risk_assessment
Risk Assessment · object | null
scores_snapshot
Scores Snapshot · object | null
signal_id
string<uuid> | null
limit_price
number | null

Response

Successful Response

The response is of type Response Handle Entry Executed Api Internal V1 Entry Executed Post · object.