Class: Quickfix::UnderlyingPaymentStreamRealizedVarianceMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamRealizedVarianceMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRealizedVarianceMethod
constructor
A new instance of UnderlyingPaymentStreamRealizedVarianceMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamRealizedVarianceMethod
Returns a new instance of UnderlyingPaymentStreamRealizedVarianceMethod.
73599 73600 73601 73602 73603 73604 73605 |
# File 'lib/quickfix_fields.rb', line 73599 def initialize(data = nil) if( data == nil ) super(42974) else super(42974, data) end end |
Class Method Details
.field ⇒ Object
73596 73597 73598 |
# File 'lib/quickfix_fields.rb', line 73596 def .field return 42974 end |