Class: Quickfix::StreamCalculationPeriodBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamCalculationPeriodBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCalculationPeriodBusinessCenter
constructor
A new instance of StreamCalculationPeriodBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamCalculationPeriodBusinessCenter
Returns a new instance of StreamCalculationPeriodBusinessCenter.
28268 28269 28270 28271 28272 28273 28274 |
# File 'lib/quickfix_fields.rb', line 28268 def initialize(data = nil) if( data == nil ) super(40074) else super(40074, data) end end |
Class Method Details
.field ⇒ Object
28265 28266 28267 |
# File 'lib/quickfix_fields.rb', line 28265 def StreamCalculationPeriodBusinessCenter.field return 40074 end |