Class: Quickfix::UnderlyingExerciseConfirmationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingExerciseConfirmationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingExerciseConfirmationMethod
constructor
A new instance of UnderlyingExerciseConfirmationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingExerciseConfirmationMethod
Returns a new instance of UnderlyingExerciseConfirmationMethod.
53670 53671 53672 53673 53674 53675 53676 |
# File 'lib/quickfix_fields.rb', line 53670 def initialize(data = nil) if( data == nil ) super(41815) else super(41815, data) end end |
Class Method Details
.field ⇒ Object
53667 53668 53669 |
# File 'lib/quickfix_fields.rb', line 53667 def .field return 41815 end |