Class: Quickfix::LegPaymentStreamLinkStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



66836
66837
66838
# File 'lib/quickfix_fields.rb', line 66836

def LegPaymentStreamLinkStrikePrice.field
	return 42472
end