Class: Quickfix::UnderlyingPaymentStreamTotalFixedAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamTotalFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamTotalFixedAmount
constructor
A new instance of UnderlyingPaymentStreamTotalFixedAmount.
Constructor Details
#initialize(data = nil) ⇒ 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 |