Class: Quickfix::LegPaymentStreamLinkStrikePriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStreamLinkStrikePriceType

Returns a new instance of LegPaymentStreamLinkStrikePriceType.



66852
66853
66854
66855
66856
66857
66858
# File 'lib/quickfix_fields.rb', line 66852

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