Class: Quickfix::Nested4PartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested4PartyRoleQualifier

Returns a new instance of Nested4PartyRoleQualifier.



57440
57441
57442
57443
57444
57445
57446
# File 'lib/quickfix_fields.rb', line 57440

def initialize(data = nil)
	if( data == nil )
		super(2383)
	else
		super(2383, data)
	end
end