Class: Quickfix::AllocSettlInstType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::AllocSettlInstType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllocSettlInstType
constructor
A new instance of AllocSettlInstType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ AllocSettlInstType
10653 10654 10655 10656 10657 10658 10659 |
# File 'lib/quickfix_fields.rb', line 10653 def initialize(data = nil) if( data == nil ) super(780) else super(780, data) end end |
Class Method Details
.field ⇒ Object
10650 10651 10652 |
# File 'lib/quickfix_fields.rb', line 10650 def AllocSettlInstType.field return 780 end |