Class: Quickfix::LegDividendComposition
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendComposition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendComposition
constructor
A new instance of LegDividendComposition.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendComposition
Returns a new instance of LegDividendComposition.
65266 65267 65268 65269 65270 65271 65272 |
# File 'lib/quickfix_fields.rb', line 65266 def initialize(data = nil) if( data == nil ) super(42351) else super(42351, data) end end |
Class Method Details
.field ⇒ Object
65263 65264 65265 |
# File 'lib/quickfix_fields.rb', line 65263 def LegDividendComposition.field return 42351 end |