Class: Quickfix::LegStreamEffectiveDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamEffectiveDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamEffectiveDateBusinessCenter
constructor
A new instance of LegStreamEffectiveDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamEffectiveDateBusinessCenter
Returns a new instance of LegStreamEffectiveDateBusinessCenter.
30556 30557 30558 30559 30560 30561 30562 |
# File 'lib/quickfix_fields.rb', line 30556 def initialize(data = nil) if( data == nil ) super(40251) else super(40251, data) end end |
Class Method Details
.field ⇒ Object
30553 30554 30555 |
# File 'lib/quickfix_fields.rb', line 30553 def LegStreamEffectiveDateBusinessCenter.field return 40251 end |