/*
* OpenAPI
*
* tinkoff.ru/invest OpenAPI.
*
* The version of the OpenAPI document: 1.0.0
* Contact: al.a.volkov@tinkoff.ru
* Generated by: https://openapi-generator.tech
*/
///
#[derive(Clone, Copy, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Serialize, Deserialize)]
pub enum OperationType {
#[serde(rename = "Buy")]
Buy,
#[serde(rename = "Sell")]
Sell,
}