Class: Quickfix::LegPaymentStubIndex
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubIndex
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex
constructor
A new instance of LegPaymentStubIndex.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex
Returns a new instance of LegPaymentStubIndex.
32805 32806 32807 32808 32809 32810 32811 |
# File 'lib/quickfix_fields.rb', line 32805 def initialize(data = nil) if( data == nil ) super(40424) else super(40424, data) end end |
Class Method Details
.field ⇒ Object
32802 32803 32804 |
# File 'lib/quickfix_fields.rb', line 32802 def LegPaymentStubIndex.field return 40424 end |