Class: Quickfix::StrikeExerciseStyle
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::StrikeExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeExerciseStyle
constructor
A new instance of StrikeExerciseStyle.
Constructor Details
#initialize(data = nil) ⇒ StrikeExerciseStyle
Returns a new instance of StrikeExerciseStyle.
5817 5818 5819 5820 5821 5822 5823 |
# File 'lib/quickfix_fields.rb', line 5817 def initialize(data = nil) if( data == nil ) super(1304) else super(1304, data) end end |
Class Method Details
.field ⇒ Object
5814 5815 5816 |
# File 'lib/quickfix_fields.rb', line 5814 def StrikeExerciseStyle.field return 1304 end |