Class: Quickfix::LegPaymentStreamCapRateSellSide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCapRateSellSide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCapRateSellSide
constructor
A new instance of LegPaymentStreamCapRateSellSide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCapRateSellSide
Returns a new instance of LegPaymentStreamCapRateSellSide.
31726 31727 31728 31729 31730 31731 31732 |
# File 'lib/quickfix_fields.rb', line 31726 def initialize(data = nil) if( data == nil ) super(40341) else super(40341, data) end end |
Class Method Details
.field ⇒ Object
31723 31724 31725 |
# File 'lib/quickfix_fields.rb', line 31723 def LegPaymentStreamCapRateSellSide.field return 40341 end |