Class: Quickfix::Nested3PartyRoleQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::Nested3PartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ Nested3PartyRoleQualifier
constructor
A new instance of Nested3PartyRoleQualifier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ Nested3PartyRoleQualifier
Returns a new instance of Nested3PartyRoleQualifier.
57427 57428 57429 57430 57431 57432 57433 |
# File 'lib/quickfix_fields.rb', line 57427 def initialize(data = nil) if( data == nil ) super(2382) else super(2382, data) end end |
Class Method Details
.field ⇒ Object
57424 57425 57426 |
# File 'lib/quickfix_fields.rb', line 57424 def Nested3PartyRoleQualifier.field return 2382 end |