Class: Quickfix::PaymentStubIndex2CurveUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubIndex2CurveUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2CurveUnit
constructor
A new instance of PaymentStubIndex2CurveUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2CurveUnit
Returns a new instance of PaymentStubIndex2CurveUnit.
38928 38929 38930 38931 38932 38933 38934 |
# File 'lib/quickfix_fields.rb', line 38928 def initialize(data = nil) if( data == nil ) super(40895) else super(40895, data) end end |
Class Method Details
.field ⇒ Object
38925 38926 38927 |
# File 'lib/quickfix_fields.rb', line 38925 def PaymentStubIndex2CurveUnit.field return 40895 end |