toCB method

String toCB()

Converts a TimeInForce to a Coinbase string.

Implementation

String toCB() {
  return value;
}