A `size` field in ticks is optional
							parent
							
								
									6ce699ae1f
								
							
						
					
					
						commit
						0580b204a3
					
				|  | @ -56,7 +56,7 @@ def iterticks( | |||
|                     sig = ( | ||||
|                         time, | ||||
|                         tick['price'], | ||||
|                         tick['size'] | ||||
|                         tick.get('size') | ||||
|                     ) | ||||
| 
 | ||||
|                     if ttype == 'dark_trade': | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue