Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamMaximumTransactionCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionCurrency
constructor
A new instance of UnderlyingPaymentStreamMaximumTransactionCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionCurrency
Returns a new instance of UnderlyingPaymentStreamMaximumTransactionCurrency.
55022 55023 55024 55025 55026 55027 55028 |
# File 'lib/quickfix_fields.rb', line 55022 def initialize(data = nil) if( data == nil ) super(41903) else super(41903, data) end end |