Class: Quickfix::NoUnderlyingPaymentStreamFormulas
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingPaymentStreamFormulas
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFormulas
constructor
A new instance of NoUnderlyingPaymentStreamFormulas.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFormulas
Returns a new instance of NoUnderlyingPaymentStreamFormulas.
73690 73691 73692 73693 73694 73695 73696 |
# File 'lib/quickfix_fields.rb', line 73690 def initialize(data = nil) if( data == nil ) super(42981) else super(42981, data) end end |
Class Method Details
.field ⇒ Object
73687 73688 73689 |
# File 'lib/quickfix_fields.rb', line 73687 def NoUnderlyingPaymentStreamFormulas.field return 42981 end |