Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce unrequired live logs for derivates chain #8411

Open
4 tasks done
Martin-Molinero opened this issue Nov 15, 2024 · 0 comments
Open
4 tasks done

Reduce unrequired live logs for derivates chain #8411

Martin-Molinero opened this issue Nov 15, 2024 · 0 comments
Assignees
Labels

Comments

@Martin-Molinero
Copy link
Member

Expected Behavior

  • Logs are meaningful

Actual Behavior

2024-11-15T13:00:00.3848797Z TRACE:: LiveMappingEventProvider(AAPL  260618P00340000,#0,AAPL,Minute,OpenInterest,OpenInterest,Raw,OpenInterest,Internal): new tradable date 20241115. New MapFile: False. MapFile.Count Old: 2 New: 2
2024-11-15T13:00:00.3850314Z TRACE:: LiveMappingEventProvider(AAPL  260618P00350000,#0,AAPL,Minute,OpenInterest,OpenInterest,Raw,OpenInterest,Internal): new tradable date 20241115. New MapFile: False. MapFile.Count Old: 2 New: 2
2024-11-15T13:00:00.3852091Z TRACE:: LiveMappingEventProvider(AAPL  261218C00240000,#0,AAPL,Minute,OpenInterest,OpenInterest,Raw,OpenInterest,Internal): new tradable date 20241115. New MapFile: False. MapFile.Count Old: 2 New: 2

2024-11-15T00:00:01.6371844Z TRACE:: LiveTradingRealTimeHandler.RefreshSymbolPropertiesToday(): Symbol properties set: Symbol: VIX   250318C00039000 ,USD,100,0.05,1,,,
2024-11-15T00:00:01.6372855Z TRACE:: LiveTradingRealTimeHandler.RefreshSymbolPropertiesToday(): Symbol properties set: Symbol: VIX   250318C00040000 ,USD,100,0.05,1,,,
2024-11-15T00:00:01.6373907Z TRACE:: LiveTradingRealTimeHandler.RefreshSymbolPropertiesToday(): Symbol properties set: Symbol: VIX   250318C00042500 ,USD,100,0.05,1,,,

2024-11-15T00:00:01.4949073Z TRACE:: LiveTradingRealTimeHandler.RefreshMarketHoursToday(IndexOption): Market hours set: Symbol: VIX   250716P00075000 Thursday: PreMarket: 00:00:00-08:15:00 | Market: 08:30:00-15:15:00 | PostMarket: 15:15:00-16:00:00 | PostMarket: 19:15:00-1.00:00:00 (America/Chicago)
2024-11-15T00:00:01.4950156Z TRACE:: LiveTradingRealTimeHandler.RefreshMarketHoursToday(IndexOption): Market hours set: Symbol: VIX   250716P00080000 Thursday: PreMarket: 00:00:00-08:15:00 | Market: 08:30:00-15:15:00 | PostMarket: 15:15:00-16:00:00 | PostMarket: 19:15:00-1.00:00:00 (America/Chicago)
2024-11-15T00:00:01.4951223Z TRACE:: LiveTradingRealTimeHandler.RefreshMarketHoursToday(IndexOption): Market hours set: Symbol: VIX   250716P00085000 Thursday: PreMarket: 00:00:00-08:15:00 | Market: 08:30:00-15:15:00 | PostMarket: 15:15:00-16:00:00 | PostMarket: 19:15:00-1.00:00:00 (America/Chicago)

We don't need 1 log of each of these per contract, they share the same information

Potential Solution

Log once per parent canonical symbol per update procedure

Reproducing the Problem

Subscribe to 100x options/futures chain contracts

System Information

N/A

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants