Class: Quickfix::UndlyInstrumentPartySubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartySubIDType

Returns a new instance of UndlyInstrumentPartySubIDType.



8911
8912
8913
8914
8915
8916
8917
# File 'lib/quickfix_fields.rb', line 8911

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

Class Method Details

.fieldObject



8908
8909
8910
# File 'lib/quickfix_fields.rb', line 8908

def UndlyInstrumentPartySubIDType.field
	return 1064
end