Class: Quickfix::UnderlyingPaymentStreamTotalFixedAmount

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

Returns a new instance of UnderlyingPaymentStreamTotalFixedAmount.



55048
55049
55050
55051
55052
55053
55054
# File 'lib/quickfix_fields.rb', line 55048

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

Class Method Details

.fieldObject



55045
55046
55047
# File 'lib/quickfix_fields.rb', line 55045

def UnderlyingPaymentStreamTotalFixedAmount.field
	return 41905
end