Class: Quickfix::NestedPartyRoleQualifier
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NestedPartyRoleQualifier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NestedPartyRoleQualifier
constructor
A new instance of NestedPartyRoleQualifier.
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 |