Class: Quickfix::UnderlyingInstrumentPartyRole

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

Returns a new instance of UnderlyingInstrumentPartyRole.



18817
18818
18819
18820
18821
18822
18823
# File 'lib/quickfix_fields.rb', line 18817

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

Class Method Details

.fieldObject



18814
18815
18816
# File 'lib/quickfix_fields.rb', line 18814

def UnderlyingInstrumentPartyRole.field
	return 1061
end