Class: Quickfix::PaymentStubIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex
constructor
A new instance of PaymentStubIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex
Returns a new instance of PaymentStubIndex.
38707 38708 38709 38710 38711 38712 38713 |
# File 'lib/quickfix_fields.rb', line 38707 def initialize(data = nil) if( data == nil ) super(40878) else super(40878, data) end end |
Class Method Details
.field ⇒ Object
38704 38705 38706 |
# File 'lib/quickfix_fields.rb', line 38704 def PaymentStubIndex.field return 40878 end |