Class: Quickfix::StrikeExerciseStyle
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StrikeExerciseStyle
Returns a new instance of StrikeExerciseStyle.
17309 17310 17311 17312 17313 17314 17315 |
# File 'lib/quickfix_fields.rb', line 17309 def initialize(data = nil) if( data == nil ) super(1304) else super(1304, data) end end |
Class Method Details
.field ⇒ Object
17306 17307 17308 |
# File 'lib/quickfix_fields.rb', line 17306 def StrikeExerciseStyle.field return 1304 end |