You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These are raw integer newtypes for engine-internal use. Tick/lot size is stored in venue metadata, not in the type.
Semantic Wrappers (fixed-point domain)
Type
Inner
Purpose
UsdcAmount
FixedI64<6>
USDC-denominated amount
Probability
FixedI64<6>
Probability in [0, 1], range-validated
BtcQty
FixedI64<8>
BTC quantity (satoshi-scale)
Each wrapper exposes only domain-valid arithmetic. UsdcAmount * UsdcAmount is not allowed (dollars times dollars is meaningless). Probability validates range on construction and provides complement().