Class: Quickfix::DividendPeriodXID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendPeriodXID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodXID
constructor
A new instance of DividendPeriodXID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodXID
Returns a new instance of DividendPeriodXID.
64369 64370 64371 64372 64373 64374 64375 |
# File 'lib/quickfix_fields.rb', line 64369 def initialize(data = nil) if( data == nil ) super(42293) else super(42293, data) end end |
Class Method Details
.field ⇒ Object
64366 64367 64368 |
# File 'lib/quickfix_fields.rb', line 64366 def DividendPeriodXID.field return 42293 end |