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