Class: Quickfix::PaymentStreamCompoundingFloorRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingFloorRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateBuySide
constructor
A new instance of PaymentStreamCompoundingFloorRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingFloorRateBuySide
Returns a new instance of PaymentStreamCompoundingFloorRateBuySide.
68971 68972 68973 68974 68975 68976 68977 |
# File 'lib/quickfix_fields.rb', line 68971 def initialize(data = nil) if( data == nil ) super(42639) else super(42639, data) end end |
Class Method Details
.field ⇒ Object
68968 68969 68970 |
# File 'lib/quickfix_fields.rb', line 68968 def PaymentStreamCompoundingFloorRateBuySide.field return 42639 end |