Class: Quickfix::UnderlyingDividendPeriodXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodXID
constructor
A new instance of UnderlyingDividendPeriodXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodXID
Returns a new instance of UnderlyingDividendPeriodXID.
72169 72170 72171 72172 72173 72174 72175 |
# File 'lib/quickfix_fields.rb', line 72169 def initialize(data = nil) if( data == nil ) super(42881) else super(42881, data) end end |
Class Method Details
.field ⇒ Object
72166 72167 72168 |
# File 'lib/quickfix_fields.rb', line 72166 def .field return 42881 end |