export enum InstrumentStateArgument {
  BOTH = "BOTH",
  INACTIVE = "INACTIVE"
}
