Class: Quickfix::LegPaymentStreamRateOrAmountCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateOrAmountCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateOrAmountCurrency
constructor
A new instance of LegPaymentStreamRateOrAmountCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateOrAmountCurrency
Returns a new instance of LegPaymentStreamRateOrAmountCurrency.
31557 31558 31559 31560 31561 31562 31563 |
# File 'lib/quickfix_fields.rb', line 31557 def initialize(data = nil) if( data == nil ) super(40328) else super(40328, data) end end |
Class Method Details
.field ⇒ Object
31554 31555 31556 |
# File 'lib/quickfix_fields.rb', line 31554 def LegPaymentStreamRateOrAmountCurrency.field return 40328 end |