Class: Quickfix::LegPaymentStreamCapRateBuySide
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamCapRateBuySide
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamCapRateBuySide
constructor
A new instance of LegPaymentStreamCapRateBuySide.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamCapRateBuySide
Returns a new instance of LegPaymentStreamCapRateBuySide.
31713 31714 31715 31716 31717 31718 31719 |
# File 'lib/quickfix_fields.rb', line 31713 def initialize(data = nil) if( data == nil ) super(40340) else super(40340, data) end end |
Class Method Details
.field ⇒ Object
31710 31711 31712 |
# File 'lib/quickfix_fields.rb', line 31710 def LegPaymentStreamCapRateBuySide.field return 40340 end |