Class: Quickfix::PaymentStreamFixedAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::PaymentStreamFixedAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamFixedAmount
constructor
A new instance of PaymentStreamFixedAmount.
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamFixedAmount
Returns a new instance of PaymentStreamFixedAmount.
37498 37499 37500 37501 37502 37503 37504 |
# File 'lib/quickfix_fields.rb', line 37498 def initialize(data = nil) if( data == nil ) super(40785) else super(40785, data) end end |