Class: Quickfix::NoSettlPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoSettlPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSettlPartyIDs
constructor
A new instance of NoSettlPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoSettlPartyIDs
Returns a new instance of NoSettlPartyIDs.
10666 10667 10668 10669 10670 10671 10672 |
# File 'lib/quickfix_fields.rb', line 10666 def initialize(data = nil) if( data == nil ) super(781) else super(781, data) end end |
Class Method Details
.field ⇒ Object
10663 10664 10665 |
# File 'lib/quickfix_fields.rb', line 10663 def NoSettlPartyIDs.field return 781 end |