Class: Quickfix::LegPaymentStubFixedAmount

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

Returns a new instance of LegPaymentStubFixedAmount.



32779
32780
32781
32782
32783
32784
32785
# File 'lib/quickfix_fields.rb', line 32779

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

Class Method Details

.fieldObject



32776
32777
32778
# File 'lib/quickfix_fields.rb', line 32776

def LegPaymentStubFixedAmount.field
	return 40422
end