Class: Quickfix::LegPaymentStreamRateSpreadType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRateSpreadType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadType
constructor
A new instance of LegPaymentStreamRateSpreadType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRateSpreadType
Returns a new instance of LegPaymentStreamRateSpreadType.
50264 50265 50266 50267 50268 50269 50270 |
# File 'lib/quickfix_fields.rb', line 50264 def initialize(data = nil) if( data == nil ) super(41575) else super(41575, data) end end |
Class Method Details
.field ⇒ Object
50261 50262 50263 |
# File 'lib/quickfix_fields.rb', line 50261 def LegPaymentStreamRateSpreadType.field return 41575 end |