Class: Quickfix::DividendPeriodBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendPeriodBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodBusinessCenter
constructor
A new instance of DividendPeriodBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodBusinessCenter
64395 64396 64397 64398 64399 64400 64401 |
# File 'lib/quickfix_fields.rb', line 64395 def initialize(data = nil) if( data == nil ) super(42295) else super(42295, data) end end |
Class Method Details
.field ⇒ Object
64392 64393 64394 |
# File 'lib/quickfix_fields.rb', line 64392 def DividendPeriodBusinessCenter.field return 42295 end |