Class: Quickfix::PaymentStreamCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCapRateSellSide
constructor
A new instance of PaymentStreamCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCapRateSellSide
Returns a new instance of PaymentStreamCapRateSellSide.
37680 37681 37682 37683 37684 37685 37686 |
# File 'lib/quickfix_fields.rb', line 37680 def initialize(data = nil) if( data == nil ) super(40799) else super(40799, data) end end |
Class Method Details
.field ⇒ Object
37677 37678 37679 |
# File 'lib/quickfix_fields.rb', line 37677 def PaymentStreamCapRateSellSide.field return 40799 end |