Class: Quickfix::LegPaymentStubEndDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubEndDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubEndDateBusinessCenter
constructor
A new instance of LegPaymentStubEndDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubEndDateBusinessCenter
Returns a new instance of LegPaymentStubEndDateBusinessCenter.
67151 67152 67153 67154 67155 67156 67157 |
# File 'lib/quickfix_fields.rb', line 67151 def initialize(data = nil) if( data == nil ) super(42496) else super(42496, data) end end |
Class Method Details
.field ⇒ Object
67148 67149 67150 |
# File 'lib/quickfix_fields.rb', line 67148 def LegPaymentStubEndDateBusinessCenter.field return 42496 end |