Class: Quickfix::UnderlyingExerciseStyle
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingExerciseStyle
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExerciseStyle
constructor
A new instance of UnderlyingExerciseStyle.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExerciseStyle
Returns a new instance of UnderlyingExerciseStyle.
15931 15932 15933 15934 15935 15936 15937 |
# File 'lib/quickfix_fields.rb', line 15931 def initialize(data = nil) if( data == nil ) super(1419) else super(1419, data) end end |
Class Method Details
.field ⇒ Object
15928 15929 15930 |
# File 'lib/quickfix_fields.rb', line 15928 def .field return 1419 end |