Class: Quickfix::LegDividendPeriodBusinessCenter
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDividendPeriodBusinessCenter
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodBusinessCenter
constructor
A new instance of LegDividendPeriodBusinessCenter.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodBusinessCenter
Returns a new instance of LegDividendPeriodBusinessCenter.
65734 65735 65736 65737 65738 65739 65740 |
# File 'lib/quickfix_fields.rb', line 65734 def initialize(data = nil) if( data == nil ) super(42387) else super(42387, data) end end |
Class Method Details
.field ⇒ Object
65731 65732 65733 |
# File 'lib/quickfix_fields.rb', line 65731 def LegDividendPeriodBusinessCenter.field return 42387 end |