-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3faf340
commit 312fc91
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
#class ITrader(object): pass | ||
#class IGraph(object): pass | ||
#class CandleStick(object): pass | ||
#class Volume(object,Int): pass | ||
#class IAccount(object): pass | ||
#class Side(object): pass | ||
#class Boolean(object): pass | ||
#class Price(object,Float): pass | ||
#class IOrderQueue(object): pass | ||
#class Float(object): pass | ||
#class Int(object,Float): pass | ||
#class ILink(object): pass | ||
#class IOrderBook(object): pass | ||
#class IEvent(object): pass | ||
#class IMultiAssetStrategy(object): pass | ||
#class ITwoWayLink(object): pass | ||
#class ISingleAssetStrategy(object): pass | ||
#class ISingleAssetTrader(object,IAccount,ITrader): pass | ||
#class IVolumeLevels(object): pass | ||
#class Order(object): pass | ||
#class IDifferentiable(object,IFunction[Float]): pass | ||
#class ITimeSerie(object): pass | ||
#class Any(object): pass | ||
#IOrderGenerator = IObservable[Order] | ||
#class String(object): pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#class T(object): pass | ||
#class R(object,T): pass | ||
#T1 = T | ||
#class U(object,T,R): pass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters