Class: Quickfix::PaymentStreamCompoundingFloorRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingFloorRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateSellSide
constructor
A new instance of PaymentStreamCompoundingFloorRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateSellSide
Returns a new instance of PaymentStreamCompoundingFloorRateSellSide.
68984 68985 68986 68987 68988 68989 68990 |
# File 'lib/quickfix_fields.rb', line 68984 def initialize(data = nil) if( data == nil ) super(42640) else super(42640, data) end end |
Class Method Details
.field ⇒ Object
68981 68982 68983 |
# File 'lib/quickfix_fields.rb', line 68981 def PaymentStreamCompoundingFloorRateSellSide.field return 42640 end |