Class: Quickfix::UnderlyingInstrumentPartyRoleQualifier

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) ⇒ UnderlyingInstrumentPartyRoleQualifier

Returns a new instance of UnderlyingInstrumentPartyRoleQualifier.



57518
57519
57520
57521
57522
57523
57524
# File 'lib/quickfix_fields.rb', line 57518

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

Class Method Details

.fieldObject



57515
57516
57517
# File 'lib/quickfix_fields.rb', line 57515

def UnderlyingInstrumentPartyRoleQualifier.field
	return 2391
end