# README
Protocol Buffers
Generate code
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
cd <bbgo>/pkg/protobuf
protoc -I=. --go_out=. bbgo.proto
# Variables
Enum value maps for Channel.
Enum value maps for Channel.
Enum value maps for Event.
Enum value maps for Event.
MarketDataService_ServiceDesc is the grpc.ServiceDesc for MarketDataService service.
Enum value maps for OrderType.
Enum value maps for OrderType.
Enum value maps for Side.
Enum value maps for Side.
TradingService_ServiceDesc is the grpc.ServiceDesc for TradingService service.
UserDataService_ServiceDesc is the grpc.ServiceDesc for UserDataService service.
# Structs
https://maicoin.github.io/max-websocket-docs/#/private_channels?id=account-response.
https://maicoin.github.io/max-websocket-docs/#/private_channels?id=snapshot.
https://maicoin.github.io/max-websocket-docs/#/public_ticker?id=success-response.
https://maicoin.github.io/max-websocket-docs/#/private_channels?id=trade-response https://maicoin.github.io/max-websocket-docs/#/public_trade?id=success-response.
UnimplementedMarketDataServiceServer must be embedded to have forward compatible implementations.
UnimplementedTradingServiceServer must be embedded to have forward compatible implementations.
UnimplementedUserDataServiceServer must be embedded to have forward compatible implementations.
# Interfaces
MarketDataServiceClient is the client API for MarketDataService service.
MarketDataServiceServer is the server API for MarketDataService service.
TradingServiceClient is the client API for TradingService service.
TradingServiceServer is the server API for TradingService service.
UnsafeMarketDataServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeTradingServiceServer may be embedded to opt out of forward compatibility for this service.
UnsafeUserDataServiceServer may be embedded to opt out of forward compatibility for this service.
UserDataServiceClient is the client API for UserDataService service.
UserDataServiceServer is the server API for UserDataService service.