Class: Quickfix::DividendUnderlierRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendUnderlierRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendUnderlierRefID
constructor
A new instance of DividendUnderlierRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendUnderlierRefID
Returns a new instance of DividendUnderlierRefID.
63784 63785 63786 63787 63788 63789 63790 |
# File 'lib/quickfix_fields.rb', line 63784 def initialize(data = nil) if( data == nil ) super(42248) else super(42248, data) end end |
Class Method Details
.field ⇒ Object
63781 63782 63783 |
# File 'lib/quickfix_fields.rb', line 63781 def DividendUnderlierRefID.field return 42248 end |