Class: Quickfix::UnderlyingPaymentStreamMaximumPaymentCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingPaymentStreamMaximumPaymentCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentCurrency
constructor
A new instance of UnderlyingPaymentStreamMaximumPaymentCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumPaymentCurrency
Returns a new instance of UnderlyingPaymentStreamMaximumPaymentCurrency.
54996 54997 54998 54999 55000 55001 55002 |
# File 'lib/quickfix_fields.rb', line 54996 def initialize(data = nil) if( data == nil ) super(41901) else super(41901, data) end end |