Class: Quickfix::UndlyInstrumentPartySubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UndlyInstrumentPartySubID

Returns a new instance of UndlyInstrumentPartySubID.



14254
14255
14256
14257
14258
14259
14260
# File 'lib/quickfix_fields.rb', line 14254

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