Class: Quickfix::UnderlyingPaymentStreamMaximumTransactionCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamMaximumTransactionCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamMaximumTransactionCurrency
constructor
A new instance of UnderlyingPaymentStreamMaximumTransactionCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
55019 55020 55021 |
# File 'lib/quickfix_fields.rb', line 55019 def .field return 41903 end |