Class: Quickfix::StreamEffectiveDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamEffectiveDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamEffectiveDateBusinessCenter
constructor
A new instance of StreamEffectiveDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamEffectiveDateBusinessCenter
Returns a new instance of StreamEffectiveDateBusinessCenter.
39110 39111 39112 39113 39114 39115 39116 |
# File 'lib/quickfix_fields.rb', line 39110 def initialize(data = nil) if( data == nil ) super(40909) else super(40909, data) end end |
Class Method Details
.field ⇒ Object
39107 39108 39109 |
# File 'lib/quickfix_fields.rb', line 39107 def StreamEffectiveDateBusinessCenter.field return 40909 end |