Commit Graph

7 Commits

Author SHA1 Message Date
Jared Broad fb7d1994ff Tidy and add tags 2017-09-20 17:14:44 -04:00
Bryan Wang b0d7272c00 Change to UpdateOrderLiveTestAlgorithm.cs
Lines 35-38: Variables were updated to proper conventions
Line 110: variable "_symbol" is converted to Symbol without 'Symbol
implicit operator from string'

Warning CS0618
Warning CS0108
2016-07-29 18:03:12 -04:00
Bryan Wang 0ef3cab737 Declare variable 'Log' with 'new' keyword
Warning Code: CS0108
UpdateOrderLiveTestAlgorithm.cs Line 179
2016-07-29 15:34:41 -04:00
snugs dc3fc98b7b Move CircularQueue to Util 2015-12-16 13:57:53 -05:00
QuantConnect 7ef10bc711 Rename some variables to avoid use of namespace referencing 2015-10-07 12:43:02 -04:00
snugs e1938baafe Clean up using directives 2015-09-01 22:17:35 -04:00
snugs 6bc9c5a7fb Fixes bug related to new time zone feature
RealTimeSynchronizedTimer now triggers based on UTC time
LiveTradingDataFeed used UTC time to add to bridge
Renamed Security.Time to Security.LocalTime to be explicit
Renamed SecurityExchange.Time to SecurityExchange.LocalTime to be explicit
2015-07-09 16:14:19 -04:00