Class: Quickfix::UndlyInstrumentPartyIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartyIDSource

Returns a new instance of UndlyInstrumentPartyIDSource.



8001
8002
8003
8004
8005
8006
8007
# File 'lib/quickfix_fields.rb', line 8001

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

Class Method Details

.fieldObject



7998
7999
8000
# File 'lib/quickfix_fields.rb', line 7998

def UndlyInstrumentPartyIDSource.field
	return 1060
end