Class: Quickfix::LegInstrumentPartyRoleQualifier

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

Returns a new instance of LegInstrumentPartyRoleQualifier.



57388
57389
57390
57391
57392
57393
57394
# File 'lib/quickfix_fields.rb', line 57388

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

Class Method Details

.fieldObject



57385
57386
57387
# File 'lib/quickfix_fields.rb', line 57385

def LegInstrumentPartyRoleQualifier.field
	return 2379
end