Class: Quickfix::UnderlyingPaymentStreamCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRateSellSide
constructor
A new instance of UnderlyingPaymentStreamCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRateSellSide
Returns a new instance of UnderlyingPaymentStreamCapRateSellSide.
35483 35484 35485 35486 35487 35488 35489 |
# File 'lib/quickfix_fields.rb', line 35483 def initialize(data = nil) if( data == nil ) super(40630) else super(40630, data) end end |
Class Method Details
.field ⇒ Object
35480 35481 35482 |
# File 'lib/quickfix_fields.rb', line 35480 def .field return 40630 end |