Class: Quickfix::LegPaymentStreamRateSpreadPositionType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateSpreadPositionType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadPositionType
constructor
A new instance of LegPaymentStreamRateSpreadPositionType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadPositionType
Returns a new instance of LegPaymentStreamRateSpreadPositionType.
31674 31675 31676 31677 31678 31679 31680 |
# File 'lib/quickfix_fields.rb', line 31674 def initialize(data = nil) if( data == nil ) super(40337) else super(40337, data) end end |
Class Method Details
.field ⇒ Object
31671 31672 31673 |
# File 'lib/quickfix_fields.rb', line 31671 def LegPaymentStreamRateSpreadPositionType.field return 40337 end |