Class: Quickfix::NoRootPartySubIDs
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoRootPartySubIDs
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRootPartySubIDs
constructor
A new instance of NoRootPartySubIDs.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoRootPartySubIDs
Returns a new instance of NoRootPartySubIDs.
14956 14957 14958 14959 14960 14961 14962 |
# File 'lib/quickfix_fields.rb', line 14956 def initialize(data = nil) if( data == nil ) super(1120) else super(1120, data) end end |
Class Method Details
.field ⇒ Object
14953 14954 14955 |
# File 'lib/quickfix_fields.rb', line 14953 def NoRootPartySubIDs.field return 1120 end |