EtradeConfig

data class EtradeConfig(sandbox: EtradeAuth, production: EtradeAuth, username: String, password: String)

Functions

get
Link copied to clipboard
operator fun get(env: String): EtradeAuth

Properties

password
Link copied to clipboard
val password: String
production
Link copied to clipboard
val production: EtradeAuth
sandbox
Link copied to clipboard
val sandbox: EtradeAuth
username
Link copied to clipboard
val username: String

Sources

jvm source
Link copied to clipboard