Class: Quickfix::DerivativeInstrumentPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrumentPartySubIDType

Returns a new instance of DerivativeInstrumentPartySubIDType.



17231
17232
17233
17234
17235
17236
17237
# File 'lib/quickfix_fields.rb', line 17231

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