Class: Quickfix::UnderlyingInstrumentPartySubIDType

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

Returns a new instance of UnderlyingInstrumentPartySubIDType.



18843
18844
18845
18846
18847
18848
18849
# File 'lib/quickfix_fields.rb', line 18843

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

Class Method Details

.fieldObject



18840
18841
18842
# File 'lib/quickfix_fields.rb', line 18840

def UnderlyingInstrumentPartySubIDType.field
	return 1064
end