Class: Quickfix::UnderlyingProvisionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingProvisionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionType
constructor
A new instance of UnderlyingProvisionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionType
Returns a new instance of UnderlyingProvisionType.
59780 59781 59782 59783 59784 59785 59786 |
# File 'lib/quickfix_fields.rb', line 59780 def initialize(data = nil) if( data == nil ) super(42150) else super(42150, data) end end |
Class Method Details
.field ⇒ Object
59777 59778 59779 |
# File 'lib/quickfix_fields.rb', line 59777 def .field return 42150 end |