Class: Quickfix::Nested3PartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ Nested3PartyRoleQualifier

Returns a new instance of Nested3PartyRoleQualifier.



57427
57428
57429
57430
57431
57432
57433
# File 'lib/quickfix_fields.rb', line 57427

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