Open chengjunyuan opened 1 year ago
Fixed the BigDecimal
issue impl Wrapper for NeoWrapper
. When it was broken, version of bigdecimal
in Cargo.toml
is "0.3.0"
. Version has been changed to "0.1.2"
, following the twsapi
crate. For whatever reason, this resolves the issue so I'll be sticking with this.
Writing a
NeoWrapper
struct that can be fitted into fed into EClient. TheTestWrapper
struct provided took 3.8k undocumented loc, hopefully we can do better. Goals are to:NeoWrapper
struct is easily used