View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kraken-websockets-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.ngchinhow.kraken.websockets.model.method.channel.trade
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.trade.TradeParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.trade.TradeResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message
├─ io.github.ngchinhow.kraken.websockets.model.message.AbstractMessage.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.AbstractPublicationMessage.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.HeartbeatMessage.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.status
├─ io.github.ngchinhow.kraken.websockets.model.message.status.StatusMessage.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.status.SystemStatus.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.channel.ticker
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.ticker.TickerParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.ticker.TickerResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.ticker
├─ io.github.ngchinhow.kraken.websockets.model.message.ticker.Ticker.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.ticker.TickerMessage.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.channel.ohlc
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.ohlc.OHLCParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.ohlc.OHLCResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.unsubscription
├─ io.github.ngchinhow.kraken.websockets.model.method.unsubscription.UnsubscribeRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.unsubscription.UnsubscribeResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.dto.request
├─ io.github.ngchinhow.kraken.websockets.dto.request.CancelOrderRequestIdentifier.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.dto.request.RequestIdentifier.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.dto.request.SubscriptionRequestIdentifier.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.book
├─ io.github.ngchinhow.kraken.websockets.model.message.book.Book.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.book.BookEntry.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.book.BookMessage.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.instrument
├─ io.github.ngchinhow.kraken.websockets.model.message.instrument.Asset.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.instrument.AssetPair.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.instrument.Data.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.instrument.InstrumentMessage.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.channel.instrument
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.instrument.InstrumentParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.instrument.InstrumentResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.cancelallafter
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancelallafter.CancelAllOrdersAfterParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancelallafter.CancelAllOrdersAfterRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancelallafter.CancelAllOrdersAfterResponse.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancelallafter.CancelAllOrdersAfterResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order
├─ io.github.ngchinhow.kraken.websockets.model.method.order.BaseCountResult.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.BaseOrderCreationInput.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.BaseOrderId.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.BaseOrderInput.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.BaseOrderOutput.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.BaseOrderParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.OrderIdInterface.class - [JAR]
io.github.ngchinhow.kraken.websockets.enums
├─ io.github.ngchinhow.kraken.websockets.enums.ChannelMetadata.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.enums.MethodMetadata.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.trade
├─ io.github.ngchinhow.kraken.websockets.model.message.trade.Trade.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.trade.TradeMessage.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.cancelall
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancelall.CancelAllOrdersRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancelall.CancelAllOrdersResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.properties
├─ io.github.ngchinhow.kraken.websockets.properties.WebSocketsProperties.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.cancel
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancel.CancelOrderParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancel.CancelOrderRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.cancel.CancelOrderResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.client
├─ io.github.ngchinhow.kraken.websockets.client.BaseWebSocketsClient.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.client.PrivateWebSocketsClient.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.client.PublicWebSocketsClient.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.client.WebSocketsTrafficGateway.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.subscription
├─ io.github.ngchinhow.kraken.websockets.model.method.subscription.SubscribeRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.subscription.SubscribeResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.utils
├─ io.github.ngchinhow.kraken.websockets.utils.EnumConverter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.utils.RandomUtils.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.add
├─ io.github.ngchinhow.kraken.websockets.model.method.order.add.AddOrderParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.add.AddOrderRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.add.AddOrderResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.channel
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.AbstractChannelParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.AbstractChannelResult.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.AbstractSubscriptionResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.channel.executions
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.executions.ExecutionsParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.executions.ExecutionsResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.executions
├─ io.github.ngchinhow.kraken.websockets.model.message.executions.Execution.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.executions.ExecutionsMessage.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.executions.Fee.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.edit
├─ io.github.ngchinhow.kraken.websockets.model.method.order.edit.EditOrderParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.edit.EditOrderRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.edit.EditOrderResponse.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.edit.EditOrderResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.echo
├─ io.github.ngchinhow.kraken.websockets.model.method.echo.PingRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.echo.PongResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.batchadd
├─ io.github.ngchinhow.kraken.websockets.model.method.order.batchadd.BatchAddOrdersParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.batchadd.BatchAddOrdersRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.batchadd.BatchAddOrdersResponse.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.message.ohlc
├─ io.github.ngchinhow.kraken.websockets.model.message.ohlc.OHLC.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.message.ohlc.OHLCMessage.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractInteractionRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractInteractionResponse.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractMethod.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractResponse.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractResult.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.AbstractSubscriptionRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.ParameterInterface.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.PrivateParameterInterface.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.channel.book
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.book.BookParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.channel.book.BookResult.class - [JAR]
io.github.ngchinhow.kraken.websockets.model.method.order.batchcancel
├─ io.github.ngchinhow.kraken.websockets.model.method.order.batchcancel.BatchCancelOrdersParameter.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.batchcancel.BatchCancelOrdersRequest.class - [JAR]
├─ io.github.ngchinhow.kraken.websockets.model.method.order.batchcancel.BatchCancelOrdersResponse.class - [JAR]