Class: Quickfix::NestedPartyRoleQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NestedPartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyRoleQualifier
constructor
A new instance of NestedPartyRoleQualifier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NestedPartyRoleQualifier
Returns a new instance of NestedPartyRoleQualifier.
57453 57454 57455 57456 57457 57458 57459 |
# File 'lib/quickfix_fields.rb', line 57453 def initialize(data = nil) if( data == nil ) super(2384) else super(2384, data) end end |
Class Method Details
.field ⇒ Object
57450 57451 57452 |
# File 'lib/quickfix_fields.rb', line 57450 def NestedPartyRoleQualifier.field return 2384 end |