models/trade_good
Types
pub type TradeGood {
TradeGood(
symbol: trade_symbol.TradeSymbol,
name: String,
description: String,
)
}
Constructors
-
TradeGood( symbol: trade_symbol.TradeSymbol, name: String, description: String, )
Values
pub fn decoder() -> decode.Decoder(TradeGood)