Class: Quickfix::Nested2PartyRoleQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Nested2PartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested2PartyRoleQualifier
constructor
A new instance of Nested2PartyRoleQualifier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Nested2PartyRoleQualifier
Returns a new instance of Nested2PartyRoleQualifier.
57414 57415 57416 57417 57418 57419 57420 |
# File 'lib/quickfix_fields.rb', line 57414 def initialize(data = nil) if( data == nil ) super(2381) else super(2381, data) end end |
Class Method Details
.field ⇒ Object
57411 57412 57413 |
# File 'lib/quickfix_fields.rb', line 57411 def Nested2PartyRoleQualifier.field return 2381 end |