Class: Quickfix::LegPricingTimeBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPricingTimeBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPricingTimeBusinessCenter
constructor
A new instance of LegPricingTimeBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPricingTimeBusinessCenter
Returns a new instance of LegPricingTimeBusinessCenter.
50732 50733 50734 50735 50736 50737 50738 |
# File 'lib/quickfix_fields.rb', line 50732 def initialize(data = nil) if( data == nil ) super(41613) else super(41613, data) end end |
Class Method Details
.field ⇒ Object
50729 50730 50731 |
# File 'lib/quickfix_fields.rb', line 50729 def LegPricingTimeBusinessCenter.field return 41613 end |