cgta.oscala

legacy

package legacy

Visibility
  1. Public
  2. All

Type Members

  1. trait NumberSystem extends AnyRef

    This trait will allow users to create their own number systems with a configurable "base" But these should be used for counting up from > 0L Negative numbers and fractions / decimal points not supported

Value Members

  1. object Base36 extends NumberSystem

    Base 36 numbers represented with numbers and uppercase letters Used to create ClOrdIds for the CME (they use those characters)

  2. object Base62 extends NumberSystem

    Base 62 numbers represented with numbers and uppercase + lowercase letters Used for creating forever unique RunIds within the company

Ungrouped