Class: Quickfix::LegPaymentStreamVegaNotionalAmount

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

Returns a new instance of LegPaymentStreamVegaNotionalAmount.



66956
66957
66958
66959
66960
66961
66962
# File 'lib/quickfix_fields.rb', line 66956

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

Class Method Details

.fieldObject



66953
66954
66955
# File 'lib/quickfix_fields.rb', line 66953

def LegPaymentStreamVegaNotionalAmount.field
	return 42481
end