Class: Quickfix::PricingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::PricingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PricingTimeBusinessCenter
constructor
A new instance of PricingTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ PricingTimeBusinessCenter
Returns a new instance of PricingTimeBusinessCenter.
45285 45286 45287 45288 45289 45290 45291 |
# File 'lib/quickfix_fields.rb', line 45285 def initialize(data = nil) if( data == nil ) super(41236) else super(41236, data) end end |
Class Method Details
.field ⇒ Object
45282 45283 45284 |
# File 'lib/quickfix_fields.rb', line 45282 def PricingTimeBusinessCenter.field return 41236 end |