Class: Quickfix::NoRootPartyIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRootPartyIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRootPartyIDs
constructor
A new instance of NoRootPartyIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRootPartyIDs
Returns a new instance of NoRootPartyIDs.
14904 14905 14906 14907 14908 14909 14910 |
# File 'lib/quickfix_fields.rb', line 14904 def initialize(data = nil) if( data == nil ) super(1116) else super(1116, data) end end |
Class Method Details
.field ⇒ Object
14901 14902 14903 |
# File 'lib/quickfix_fields.rb', line 14901 def NoRootPartyIDs.field return 1116 end |