This website requires JavaScript.
Explore
Help
Sign In
vladzvx
/
klhztrader
Watch
1
Star
0
Fork
You've already forked klhztrader
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
00de5bee2e
klhztrader
/
KLHZ.Trader.Core
/
Common
/
TradeDirection.cs
10 lines
148 B
C#
Raw
Blame
History
namespace
KLHZ.Trader.Core.Common
{
public
enum
TradeDirection
{
Unknown
=
0
,
Buy
=
1
,
Sell
=
2
}
}
Reference in New Issue
View Git Blame
Copy Permalink