Class: Quickfix::LegOptionExerciseSkip
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegOptionExerciseSkip
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegOptionExerciseSkip
constructor
A new instance of LegOptionExerciseSkip.
Constructor Details
#initialize(data = nil) ⇒ LegOptionExerciseSkip
Returns a new instance of LegOptionExerciseSkip.
49354 49355 49356 49357 49358 49359 49360 |
# File 'lib/quickfix_fields.rb', line 49354 def initialize(data = nil) if( data == nil ) super(41505) else super(41505, data) end end |