Class: Quickfix::PaymentStubStartDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PaymentStubStartDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubStartDateBusinessCenter
constructor
A new instance of PaymentStubStartDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PaymentStubStartDateBusinessCenter
Returns a new instance of PaymentStubStartDateBusinessCenter.
69842 69843 69844 69845 69846 69847 69848 |
# File 'lib/quickfix_fields.rb', line 69842 def initialize(data = nil) if( data == nil ) super(42706) else super(42706, data) end end |
Class Method Details
.field ⇒ Object
69839 69840 69841 |
# File 'lib/quickfix_fields.rb', line 69839 def PaymentStubStartDateBusinessCenter.field return 42706 end |