Class: Quickfix::UnderlyingSettlementType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSettlementType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlementType
constructor
A new instance of UnderlyingSettlementType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlementType
Returns a new instance of UnderlyingSettlementType.
13149 13150 13151 13152 13153 13154 13155 |
# File 'lib/quickfix_fields.rb', line 13149 def initialize(data = nil) if( data == nil ) super(975) else super(975, data) end end |
Class Method Details
.field ⇒ Object
13146 13147 13148 |
# File 'lib/quickfix_fields.rb', line 13146 def .field return 975 end |