Class: Quickfix::LegPaymentStreamPaymentDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPaymentStreamPaymentDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateBusinessCenter
constructor
A new instance of LegPaymentStreamPaymentDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamPaymentDateBusinessCenter
31102 31103 31104 31105 31106 31107 31108 |
# File 'lib/quickfix_fields.rb', line 31102 def initialize(data = nil) if( data == nil ) super(40293) else super(40293, data) end end |
Class Method Details
.field ⇒ Object
31099 31100 31101 |
# File 'lib/quickfix_fields.rb', line 31099 def LegPaymentStreamPaymentDateBusinessCenter.field return 40293 end |