Class: Quickfix::LegPaymentStreamLinkStrikePrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePrice

Returns a new instance of LegPaymentStreamLinkStrikePrice.



66839
66840
66841
66842
66843
66844
66845
# File 'lib/quickfix_fields.rb', line 66839

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