Class: InstrumentState

Inherits:
String
  • Object
show all
Defined in:
lib/default.rb

Overview

/InstrumentState

Constant Summary collapse

Active =
InstrumentState.new("Active")
Cancelled =
InstrumentState.new("Cancelled")
Expired =
InstrumentState.new("Expired")