Class: Quickfix::LegPricingDateBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegPricingDateBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPricingDateBusinessCenter
constructor
A new instance of LegPricingDateBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegPricingDateBusinessCenter
Returns a new instance of LegPricingDateBusinessCenter.
50667 50668 50669 50670 50671 50672 50673 |
# File 'lib/quickfix_fields.rb', line 50667 def initialize(data = nil) if( data == nil ) super(41608) else super(41608, data) end end |
Class Method Details
.field ⇒ Object
50664 50665 50666 |
# File 'lib/quickfix_fields.rb', line 50664 def LegPricingDateBusinessCenter.field return 41608 end |