package common type BinanceConfig struct { Name string ApiKey string SecretKey string Passphrase string IsTest bool Kind string Currency string }