Class: Quickfix::LegDividendFloorRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegDividendFloorRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendFloorRateBuySide
constructor
A new instance of LegDividendFloorRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegDividendFloorRateBuySide
Returns a new instance of LegDividendFloorRateBuySide.
64902 64903 64904 64905 64906 64907 64908 |
# File 'lib/quickfix_fields.rb', line 64902 def initialize(data = nil) if( data == nil ) super(42323) else super(42323, data) end end |
Class Method Details
.field ⇒ Object
64899 64900 64901 |
# File 'lib/quickfix_fields.rb', line 64899 def LegDividendFloorRateBuySide.field return 42323 end |