Groovy Documentation

[Groovy] Class Shout

java.lang.Object
  Shout

class Shout

Property Summary
AuctionTradeFlag auctionTradeFlag

static java.lang.Object belongsTo

BuySellIndicator buySellIndicator

Competition competition

static java.lang.Object constraints

java.util.Date dateCreated

java.util.Date dateMod

BigDecimal executionPrice

BigDecimal executionQuantity

BigDecimal limitPrice

ModReasonCode modReasonCode

OrderType orderType

java.lang.Boolean outdated

Product product

BigDecimal remainingQuantity

java.lang.Long serverId

java.lang.Long shoutID

java.lang.Long transactionID

 
Constructor Summary
Shout()

 
Method Summary
void copyPropertiesFrom(Shout other)

void deleteCompleteOrder()

ShoutDeleteCommand toShoutDeleteCommand()

java.lang.String toShoutDeleteCommandXml()

ShoutSubmitCommand toShoutSubmitCommand()

java.lang.String toShoutSubmitCommandXml()

ShoutUpdateCommand toShoutUpdateCommand()

java.lang.String toShoutUpdateCommandXml()

 
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

auctionTradeFlag

AuctionTradeFlag auctionTradeFlag


belongsTo

static java.lang.Object belongsTo


buySellIndicator

BuySellIndicator buySellIndicator


competition

Competition competition


constraints

static java.lang.Object constraints


dateCreated

java.util.Date dateCreated


dateMod

java.util.Date dateMod


executionPrice

BigDecimal executionPrice


executionQuantity

BigDecimal executionQuantity


limitPrice

BigDecimal limitPrice


modReasonCode

ModReasonCode modReasonCode


orderType

OrderType orderType


outdated

java.lang.Boolean outdated


product

Product product


remainingQuantity

BigDecimal remainingQuantity


serverId

java.lang.Long serverId


shoutID

java.lang.Long shoutID


transactionID

java.lang.Long transactionID


 
Constructor Detail

Shout

Shout()


 
Method Detail

copyPropertiesFrom

void copyPropertiesFrom(Shout other)


deleteCompleteOrder

void deleteCompleteOrder()


toShoutDeleteCommand

ShoutDeleteCommand toShoutDeleteCommand()


toShoutDeleteCommandXml

java.lang.String toShoutDeleteCommandXml()


toShoutSubmitCommand

ShoutSubmitCommand toShoutSubmitCommand()


toShoutSubmitCommandXml

java.lang.String toShoutSubmitCommandXml()


toShoutUpdateCommand

ShoutUpdateCommand toShoutUpdateCommand()


toShoutUpdateCommandXml

java.lang.String toShoutUpdateCommandXml()


 

Groovy Documentation