Class: Quickfix::LegExerciseStyle
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegExerciseStyle
constructor
A new instance of LegExerciseStyle.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegExerciseStyle
Returns a new instance of LegExerciseStyle.
15944 15945 15946 15947 15948 15949 15950 |
# File 'lib/quickfix_fields.rb', line 15944 def initialize(data = nil) if( data == nil ) super(1420) else super(1420, data) end end |
Class Method Details
.field ⇒ Object
15941 15942 15943 |
# File 'lib/quickfix_fields.rb', line 15941 def LegExerciseStyle.field return 1420 end |