/// autogenerated by protoc-plugin-js import type { OrderCancellation } from './OrderCancellation' import type { OrderAmendment } from './OrderAmendment' import type { OrderSubmission } from './OrderSubmission' import type { StopOrdersCancellation } from './StopOrdersCancellation' import type { StopOrdersSubmission } from './StopOrdersSubmission' import type { UpdateMarginMode } from './UpdateMarginMode' export * from './BatchMarketInstructions/encode.js' export * from './BatchMarketInstructions/decode.js' export type BatchMarketInstructions = { cancellations: OrderCancellation[] amendments: OrderAmendment[] submissions: OrderSubmission[] stopOrdersCancellation: StopOrdersCancellation[] stopOrdersSubmission: StopOrdersSubmission[] updateMarginMode: UpdateMarginMode[] }