Class: Quickfix::UnderlyingPaymentStreamMaximumPaymentAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamMaximumPaymentAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentAmount
constructor
A new instance of UnderlyingPaymentStreamMaximumPaymentAmount.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentAmount
Returns a new instance of UnderlyingPaymentStreamMaximumPaymentAmount.
54983 54984 54985 54986 54987 54988 54989 |
# File 'lib/quickfix_fields.rb', line 54983 def initialize(data = nil) if( data == nil ) super(41900) else super(41900, data) end end |