Class: Quickfix::DividendCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendCapRateBuySide
constructor
A new instance of DividendCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendCapRateBuySide
Returns a new instance of DividendCapRateBuySide.
63498 63499 63500 63501 63502 63503 63504 |
# File 'lib/quickfix_fields.rb', line 63498 def initialize(data = nil) if( data == nil ) super(42226) else super(42226, data) end end |
Class Method Details
.field ⇒ Object
63495 63496 63497 |
# File 'lib/quickfix_fields.rb', line 63495 def DividendCapRateBuySide.field return 42226 end |