Class: Quickfix::ManualNoticeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ManualNoticeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ManualNoticeBusinessCenter
constructor
A new instance of ManualNoticeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ManualNoticeBusinessCenter
Returns a new instance of ManualNoticeBusinessCenter.
43699 43700 43701 43702 43703 43704 43705 |
# File 'lib/quickfix_fields.rb', line 43699 def initialize(data = nil) if( data == nil ) super(41112) else super(41112, data) end end |
Class Method Details
.field ⇒ Object
43696 43697 43698 |
# File 'lib/quickfix_fields.rb', line 43696 def ManualNoticeBusinessCenter.field return 41112 end |