Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

sc_market_depth_converter.exe count <input>

Commands

count - prints the number of rows in the file

export - exports the records to a text file

  • input - the depth file

  • output - the file to write to

  • number of rows - two options, all (which exports all the rows) or a number (for example 100 would export the first 100 rows)

...

Example 1 -

...

get the number of

...

records

sc_market_depth_converter.exe count my_file.depth

Example 2 - export all rows

sc_market_depth_converter.exe export my_file.depth out.txt all

Example 3 - export 1000 records

sc_market_depth_converter.exe export my_file.depth out.txt 1000

Example session

...

File format

...