Class: Quickfix::NoPaymentStreamFormulas

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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