Method: Quickfix::LastRptRequested#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ LastRptRequested

Returns a new instance of LastRptRequested.



13448
13449
13450
13451
13452
13453
13454
# File 'lib/quickfix_fields.rb', line 13448

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