Class: Quickfix::LegPaymentStreamRealizedVarianceMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamRealizedVarianceMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamRealizedVarianceMethod
constructor
A new instance of LegPaymentStreamRealizedVarianceMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamRealizedVarianceMethod
Returns a new instance of LegPaymentStreamRealizedVarianceMethod.
66917 66918 66919 66920 66921 66922 66923 |
# File 'lib/quickfix_fields.rb', line 66917 def initialize(data = nil) if( data == nil ) super(42478) else super(42478, data) end end |
Class Method Details
.field ⇒ Object
66914 66915 66916 |
# File 'lib/quickfix_fields.rb', line 66914 def LegPaymentStreamRealizedVarianceMethod.field return 42478 end |