Class: Quickfix::UnderlyingDividendPeriodBusinessCenter
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingDividendPeriodBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodBusinessCenter
constructor
A new instance of UnderlyingDividendPeriodBusinessCenter.
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 |