Class: Quickfix::NoUnderlyingPaymentStreamFormulas
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingPaymentStreamFormulas
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingPaymentStreamFormulas
constructor
A new instance of NoUnderlyingPaymentStreamFormulas.
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 |