Class: Quickfix::NoSettlInst
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSettlInst
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSettlInst
constructor
A new instance of NoSettlInst.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSettlInst
Returns a new instance of NoSettlInst.
10627 10628 10629 10630 10631 10632 10633 |
# File 'lib/quickfix_fields.rb', line 10627 def initialize(data = nil) if( data == nil ) super(778) else super(778, data) end end |
Class Method Details
.field ⇒ Object
10624 10625 10626 |
# File 'lib/quickfix_fields.rb', line 10624 def NoSettlInst.field return 778 end |