Class: Quickfix::LegStreamMaximumPaymentCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamMaximumPaymentCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamMaximumPaymentCurrency
constructor
A new instance of LegStreamMaximumPaymentCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamMaximumPaymentCurrency
Returns a new instance of LegStreamMaximumPaymentCurrency.
49978 49979 49980 49981 49982 49983 49984 |
# File 'lib/quickfix_fields.rb', line 49978 def initialize(data = nil) if( data == nil ) super(41553) else super(41553, data) end end |
Class Method Details
.field ⇒ Object
49975 49976 49977 |
# File 'lib/quickfix_fields.rb', line 49975 def LegStreamMaximumPaymentCurrency.field return 41553 end |