wboayue / ibapi

Interactive Brokers API - Go Implementation
MIT License
12 stars 7 forks source link

Cleanup message code #1

Closed wboayue closed 2 years ago

wboayue commented 2 years ago

Convert message codes to idiomatic go and make them private

codecov-commenter commented 2 years ago

Codecov Report

Merging #1 (1004961) into main (1a2264e) will not change coverage. The diff coverage is 18.75%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main       #1   +/-   ##
=======================================
  Coverage   18.03%   18.03%           
=======================================
  Files           5        5           
  Lines         549      549           
=======================================
  Hits           99       99           
  Misses        445      445           
  Partials        5        5           
Impacted Files Coverage Δ
client.go 0.00% <0.00%> (ø)
messages.go 64.10% <ø> (ø)
encoders.go 95.38% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a2264e...1004961. Read the comment docs.