Class: Quickfix::UnderlyingPaymentStubIndex2
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPaymentStubIndex2
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2
constructor
A new instance of UnderlyingPaymentStubIndex2.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2
Returns a new instance of UnderlyingPaymentStubIndex2.
36757 36758 36759 36760 36761 36762 36763 |
# File 'lib/quickfix_fields.rb', line 36757 def initialize(data = nil) if( data == nil ) super(40728) else super(40728, data) end end |
Class Method Details
.field ⇒ Object
36754 36755 36756 |
# File 'lib/quickfix_fields.rb', line 36754 def UnderlyingPaymentStubIndex2.field return 40728 end |