Modifies the Clob Client in anticipation of the future Neg Risk market type.
Adds a new OrderOptions object:
type OrderOptions = {
tickSize: TickSize;
negRisk?: boolean;
}
These modifications do not require extra calls to the CLOB, e.g., to get the exchange address to be used when signing.
Contract addresses are now hard-coded in this repo, as opposed to retrieved from the clob-order-utils.
Modifies the Clob Client in anticipation of the future Neg Risk market type. Adds a new
OrderOptions
object:These modifications do not require extra calls to the CLOB, e.g., to get the exchange address to be used when signing. Contract addresses are now hard-coded in this repo, as opposed to retrieved from the
clob-order-utils
.