Class: Quickfix::UnderlyingPhysicalSettlTermXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPhysicalSettlTermXID

Returns a new instance of UnderlyingPhysicalSettlTermXID.



58662
58663
58664
58665
58666
58667
58668
# File 'lib/quickfix_fields.rb', line 58662

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