Groovy Documentation

[Groovy] Class QuoteLog

java.lang.Object
  QuoteLog

class QuoteLog

Property Summary
BigDecimal ask

BigDecimal askSize

BigDecimal bid

BigDecimal bidSize

Competition competition

static java.lang.Object constraints

Product product

java.lang.Long serverId

 
Constructor Summary
QuoteLog()

 
Method Summary
java.lang.String toString()

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

ask

BigDecimal ask


askSize

BigDecimal askSize


bid

BigDecimal bid


bidSize

BigDecimal bidSize


competition

Competition competition


constraints

static java.lang.Object constraints


product

Product product


serverId

java.lang.Long serverId


 
Constructor Detail

QuoteLog

QuoteLog()


 
Method Detail

toString

java.lang.String toString()


 

Groovy Documentation