Method: Quickfix::NoClearingInstructions#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ NoClearingInstructions



8261
8262
8263
8264
8265
8266
8267
# File 'lib/quickfix_fields.rb', line 8261

def initialize(data = nil)
  if( data == nil )
    super(576)
  else
    super(576, data)
  end
end