Class: Quickfix::UnderlyingPaymentStubIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex
constructor
A new instance of UnderlyingPaymentStubIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex
Returns a new instance of UnderlyingPaymentStubIndex.
36575 36576 36577 36578 36579 36580 36581 |
# File 'lib/quickfix_fields.rb', line 36575 def initialize(data = nil) if( data == nil ) super(40714) else super(40714, data) end end |
Class Method Details
.field ⇒ Object
36572 36573 36574 |
# File 'lib/quickfix_fields.rb', line 36572 def UnderlyingPaymentStubIndex.field return 40714 end |