Serialized Form
-
Package edu.yu.marketmaker.exchange
-
Exception Class edu.yu.marketmaker.exchange.OrderValidationException
class OrderValidationException extends RuntimeException implements Serializable -
Exception Class edu.yu.marketmaker.exchange.QuoteNotFoundException
class QuoteNotFoundException extends RuntimeException implements Serializable
-
-
Package edu.yu.marketmaker.model
-
Record Class edu.yu.marketmaker.model.ExternalOrder
class ExternalOrder extends Record implements Serializable-
Serialized Fields
-
id
UUID id
The field for theidrecord component. -
limitPrice
double limitPrice
The field for thelimitPricerecord component. -
quantity
int quantity
The field for thequantityrecord component. -
side
Side side
The field for thesiderecord component. -
symbol
String symbol
The field for thesymbolrecord component.
-
-
-
Record Class edu.yu.marketmaker.model.Fill
class Fill extends Record implements Serializable-
Serialized Fields
-
createdAt
long createdAt
The field for thecreatedAtrecord component. -
orderId
UUID orderId
The field for theorderIdrecord component. -
price
double price
The field for thepricerecord component. -
quantity
int quantity
The field for thequantityrecord component. -
quoteId
UUID quoteId
The field for thequoteIdrecord component. -
side
Side side
The field for thesiderecord component. -
symbol
String symbol
The field for thesymbolrecord component.
-
-
-
Record Class edu.yu.marketmaker.model.Position
class Position extends Record implements Serializable-
Serialized Fields
-
lastFillId
UUID lastFillId
The field for thelastFillIdrecord component. -
netQuantity
int netQuantity
The field for thenetQuantityrecord component. -
symbol
String symbol
The field for thesymbolrecord component. -
version
long version
The field for theversionrecord component.
-
-
-
Record Class edu.yu.marketmaker.model.Quote
class Quote extends Record implements Serializable-
Serialized Fields
-
askPrice
double askPrice
The field for theaskPricerecord component. -
askQuantity
int askQuantity
The field for theaskQuantityrecord component. -
bidPrice
double bidPrice
The field for thebidPricerecord component. -
bidQuantity
int bidQuantity
The field for thebidQuantityrecord component. -
expiresAt
long expiresAt
The field for theexpiresAtrecord component. -
quoteId
UUID quoteId
The field for thequoteIdrecord component. -
symbol
String symbol
The field for thesymbolrecord component.
-
-
-
Record Class edu.yu.marketmaker.model.Reservation
class Reservation extends Record implements Serializable-
Serialized Fields
-
granted
int granted
The field for thegrantedrecord component. -
id
UUID id
The field for theidrecord component. -
requested
int requested
The field for therequestedrecord component. -
status
ReservationStatus status
The field for thestatusrecord component. -
symbol
String symbol
The field for thesymbolrecord component.
-
-
-