1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 12:08:59 +00:00
trezor-firmware/python/src/trezorlib/messages/BinanceTimeInForce.py

10 lines
228 B
Python
Raw Normal View History

# Automatically generated by pb2py
# fmt: off
2019-10-02 12:40:25 +00:00
if False:
from typing_extensions import Literal
TIF_UNKNOWN = 0 # type: Literal[0]
GTE = 1 # type: Literal[1]
TIF_RESERVED = 2 # type: Literal[2]
IOC = 3 # type: Literal[3]