Class: Quickfix::UnderlyingDividendPeriodBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessCenter
constructor
A new instance of UnderlyingDividendPeriodBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessCenter
Returns a new instance of UnderlyingDividendPeriodBusinessCenter.
72195 72196 72197 72198 72199 72200 72201 |
# File 'lib/quickfix_fields.rb', line 72195 def initialize(data = nil) if( data == nil ) super(42883) else super(42883, data) end end |
Class Method Details
.field ⇒ Object
72192 72193 72194 |
# File 'lib/quickfix_fields.rb', line 72192 def UnderlyingDividendPeriodBusinessCenter.field return 42883 end |