Class: Quickfix::RootPartyRoleQualifier

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



57489
57490
57491
# File 'lib/quickfix_fields.rb', line 57489

def RootPartyRoleQualifier.field
	return 2388
end