Class: Quickfix::Nested2PartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested2PartyRoleQualifier

Returns a new instance of Nested2PartyRoleQualifier.



57414
57415
57416
57417
57418
57419
57420
# File 'lib/quickfix_fields.rb', line 57414

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