Class: Quickfix::NoUnderlyingPhysicalSettlTerms
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPhysicalSettlTerms
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPhysicalSettlTerms
constructor
A new instance of NoUnderlyingPhysicalSettlTerms.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPhysicalSettlTerms
Returns a new instance of NoUnderlyingPhysicalSettlTerms.
58610 58611 58612 58613 58614 58615 58616 |
# File 'lib/quickfix_fields.rb', line 58610 def initialize(data = nil) if( data == nil ) super(42060) else super(42060, data) end end |
Class Method Details
.field ⇒ Object
58607 58608 58609 |
# File 'lib/quickfix_fields.rb', line 58607 def .field return 42060 end |