Class: Quickfix::LegPaymentStubStartDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStubStartDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubStartDateBusinessCenter
constructor
A new instance of LegPaymentStubStartDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubStartDateBusinessCenter
Returns a new instance of LegPaymentStubStartDateBusinessCenter.
67268 67269 67270 67271 67272 67273 67274 |
# File 'lib/quickfix_fields.rb', line 67268 def initialize(data = nil) if( data == nil ) super(42505) else super(42505, data) end end |
Class Method Details
.field ⇒ Object
67265 67266 67267 |
# File 'lib/quickfix_fields.rb', line 67265 def LegPaymentStubStartDateBusinessCenter.field return 42505 end |