Class: Quickfix::LegPaymentStreamRateIndex2IDSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamRateIndex2IDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2IDSource
constructor
A new instance of LegPaymentStreamRateIndex2IDSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateIndex2IDSource
Returns a new instance of LegPaymentStreamRateIndex2IDSource.
78448 78449 78450 78451 78452 78453 78454 |
# File 'lib/quickfix_fields.rb', line 78448 def initialize(data = nil) if( data == nil ) super(43119) else super(43119, data) end end |
Class Method Details
.field ⇒ Object
78445 78446 78447 |
# File 'lib/quickfix_fields.rb', line 78445 def LegPaymentStreamRateIndex2IDSource.field return 43119 end |