Class: Quickfix::PaymentStubIndex2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubIndex2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2
constructor
A new instance of PaymentStubIndex2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2
Returns a new instance of PaymentStubIndex2.
38889 38890 38891 38892 38893 38894 38895 |
# File 'lib/quickfix_fields.rb', line 38889 def initialize(data = nil) if( data == nil ) super(40892) else super(40892, data) end end |
Class Method Details
.field ⇒ Object
38886 38887 38888 |
# File 'lib/quickfix_fields.rb', line 38886 def PaymentStubIndex2.field return 40892 end |