Class: Quickfix::NestedPartyRoleQualifier

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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