| 
														
															@@ -17,14 +17,13 @@ type Market interface { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	IsMarketOpened() bool 
														 | 
														
														 | 
														
															 	IsMarketOpened() bool 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Time() Clock 
														 | 
														
														 | 
														
															 	Time() Clock 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	LatestBar(symbol string) (*Bar, error) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Buy(ctx context.Context, symbol string, ratio float64) (Order, error) 
														 | 
														
														 | 
														
															 	Buy(ctx context.Context, symbol string, ratio float64) (Order, error) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Sell(ctx context.Context, symbol string, ratio float64) (Order, error) 
														 | 
														
														 | 
														
															 	Sell(ctx context.Context, symbol string, ratio float64) (Order, error) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	CancelOrder(id string) error 
														 | 
														
														 | 
														
															 	CancelOrder(id string) error 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Orders() ([]Order, error) 
														 | 
														
														 | 
														
															 	Orders() ([]Order, error) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Portfolio() (Portfolio, error) 
														 | 
														
														 | 
														
															 	Portfolio() (Portfolio, error) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	PortfolioHistory() ([]PortfolioRecord, error) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Cash() (float64, error) 
														 | 
														
														 | 
														
															 	Cash() (float64, error) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	Equity() (float64, error) 
														 | 
														
														 | 
														
															 	Equity() (float64, error) 
														 |