Class: Quickfix::UnderlyingPaymentStreamRateIndexID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStreamRateIndexID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexID
constructor
A new instance of UnderlyingPaymentStreamRateIndexID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateIndexID
Returns a new instance of UnderlyingPaymentStreamRateIndexID.
76316 76317 76318 76319 76320 76321 76322 |
# File 'lib/quickfix_fields.rb', line 76316 def initialize(data = nil) if( data == nil ) super(43092) else super(43092, data) end end |
Class Method Details
.field ⇒ Object
76313 76314 76315 |
# File 'lib/quickfix_fields.rb', line 76313 def UnderlyingPaymentStreamRateIndexID.field return 43092 end |