UNPKG
dm-web-react
Version:
latest (1.0.3)
1.0.3
The DM web client with React.
dm-web-react
/
src
/
models
/
constants
/
innodealingMessageType.ts
6 lines
(5 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
export
class
InnodealingMessageType
{
public
static
readonly
BROKER_MARKET_BEST_PRICE
=
"brokerMarketBestPrice"
;
public
static
readonly
EXCHANGE_BEST_PRICE
=
"exchangeBestPrice"
;
public
static
readonly
BOND_INFO
=
"bondInfo"
; }