Class: Quickfix::PaymentStreamTotalFixedAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamTotalFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamTotalFixedAmount
constructor
A new instance of PaymentStreamTotalFixedAmount.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamTotalFixedAmount
Returns a new instance of PaymentStreamTotalFixedAmount.
44687 44688 44689 44690 44691 44692 44693 |
# File 'lib/quickfix_fields.rb', line 44687 def initialize(data = nil) if( data == nil ) super(41188) else super(41188, data) end end |