Auction class

The auction channel will send information about the auction while the product is in auction mode.

https://docs.cloud.coinbase.com/exchange/docs/channels#auction

Inheritance
Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake)

Constructors

Auction({String? type, String? productId, int? sequence, String? auctionState, double? bestBidPrice, double? bestBidSize, double? bestAskPrice, double? bestAskSize, double? openPrice, double? openSize, String? canOpen, DateTime? timestamp})
Auction.fromJson(Map<String, dynamic> json)
factory

Properties

auctionState String?
final
bestAskPrice double?
final
bestAskSize double?
final
bestBidPrice double?
final
bestBidSize double?
final
canOpen String?
final
hashCode int
The hash code for this object.
no setterinherited
openPrice double?
final
openSize double?
final
productId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence int?
final
timestamp DateTime?
final
type String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited