Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOrderChangeEventData

This file was automatically generated by json-schema-to-typescript. DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, and run json-schema-to-typescript to regenerate this file.

Hierarchy

  • IOrderChangeEventData

Index

Properties

Properties

eventType

eventType: "canceled" | "created" | "expired" | "filled" | "partially-filled" | "pending-cancellation" | "pending-filled" | "pending-partially-filled" | "removed"

order

order: Order

Optional reason

reason: undefined | string

Generated using TypeDoc