Class: Quickfix::UnderlyingPaymentStreamCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRateBuySide
constructor
A new instance of UnderlyingPaymentStreamCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCapRateBuySide
Returns a new instance of UnderlyingPaymentStreamCapRateBuySide.
35470 35471 35472 35473 35474 35475 35476 |
# File 'lib/quickfix_fields.rb', line 35470 def initialize(data = nil) if( data == nil ) super(40629) else super(40629, data) end end |
Class Method Details
.field ⇒ Object
35467 35468 35469 |
# File 'lib/quickfix_fields.rb', line 35467 def .field return 40629 end |