Class: Quickfix::LegExerciseSplitTicketIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::LegExerciseSplitTicketIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExerciseSplitTicketIndicator
constructor
A new instance of LegExerciseSplitTicketIndicator.
Constructor Details
#initialize(data = nil) ⇒ LegExerciseSplitTicketIndicator
Returns a new instance of LegExerciseSplitTicketIndicator.
49159 49160 49161 49162 49163 49164 49165 |
# File 'lib/quickfix_fields.rb', line 49159 def initialize(data = nil) if( data == nil ) super(41490) else super(41490, data) end end |