package
0.0.0-20241016065704-d174990a4efc
Repository: https://github.com/smorz/k-challenge-client.git
Documentation: pkg.go.dev

# Functions

NewCopier create a Copier instace source can be a random generator.
NewTradeGenerator Create a new TradeGenerator.

# Constants

The highest possible price for an instrument.
Instruments ID range end.
Instruments ID range start.
Average percentage of instruments traded per day.
No description provided by the author
Percentage variation range.

# Structs

Copier by using a copyable type generates copy statements concurrently and finally commit.
TradeGenerator is a Copyable type that generates randome recoreds.

# Interfaces

Copyable is any type that can be copy by postgres.