Class: Quickfix::NoPaymentStreamFormulas
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoPaymentStreamFormulas
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPaymentStreamFormulas
constructor
A new instance of NoPaymentStreamFormulas.
Constructor Details
#initialize(data = nil) ⇒ NoPaymentStreamFormulas
Returns a new instance of NoPaymentStreamFormulas.
69543 69544 69545 69546 69547 69548 69549 |
# File 'lib/quickfix_fields.rb', line 69543 def initialize(data = nil) if( data == nil ) super(42683) else super(42683, data) end end |