Class: Quickfix::RootPartyRoleQualifier

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RootPartyRoleQualifier

Returns a new instance of RootPartyRoleQualifier.



57492
57493
57494
57495
57496
57497
57498
# File 'lib/quickfix_fields.rb', line 57492

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