Class: Quickfix::UndlyInstrumentPartySubID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartySubID

Returns a new instance of UndlyInstrumentPartySubID.



19389
19390
19391
19392
19393
19394
19395
# File 'lib/quickfix_fields.rb', line 19389

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

Class Method Details

.fieldObject



19386
19387
19388
# File 'lib/quickfix_fields.rb', line 19386

def UndlyInstrumentPartySubID.field
	return 1063
end