Class: Quickfix::LegPaymentStreamLinkInitialLevel

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) ⇒ LegPaymentStreamLinkInitialLevel

Returns a new instance of LegPaymentStreamLinkInitialLevel.



66787
66788
66789
66790
66791
66792
66793
# File 'lib/quickfix_fields.rb', line 66787

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

Class Method Details

.fieldObject



66784
66785
66786
# File 'lib/quickfix_fields.rb', line 66784

def LegPaymentStreamLinkInitialLevel.field
	return 42468
end