Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStreamMaximumTransactionAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionAmount
constructor
A new instance of UnderlyingPaymentStreamMaximumTransactionAmount.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionAmount
55009 55010 55011 55012 55013 55014 55015 |
# File 'lib/quickfix_fields.rb', line 55009 def initialize(data = nil) if( data == nil ) super(41902) else super(41902, data) end end |