Class: Quickfix::UnderlyingStreamEffectiveDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamEffectiveDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessCenter
constructor
A new instance of UnderlyingStreamEffectiveDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamEffectiveDateBusinessCenter
Returns a new instance of UnderlyingStreamEffectiveDateBusinessCenter.
28073 28074 28075 28076 28077 28078 28079 |
# File 'lib/quickfix_fields.rb', line 28073 def initialize(data = nil) if( data == nil ) super(40059) else super(40059, data) end end |
Class Method Details
.field ⇒ Object
28070 28071 28072 |
# File 'lib/quickfix_fields.rb', line 28070 def .field return 40059 end |