Serialized Form
|
Package org.apache.aries.samples.ariestrader.entities |
accountID
Integer accountID
loginCount
int loginCount
logoutCount
int logoutCount
lastLogin
Date lastLogin
creationDate
Date creationDate
balance
BigDecimal balance
openBalance
BigDecimal openBalance
orders
Collection<E> orders
holdings
Collection<E> holdings
profile
AccountProfileDataBeanImpl profile
profileID
String profileID
userID
String userID
passwd
String passwd
fullName
String fullName
address
String address
email
String email
creditCard
String creditCard
account
AccountDataBeanImpl account
holdingID
Integer holdingID
quantity
double quantity
purchasePrice
BigDecimal purchasePrice
purchaseDate
Date purchaseDate
quoteID
String quoteID
account
AccountDataBeanImpl account
quote
QuoteDataBeanImpl quote
orderID
Integer orderID
orderType
String orderType
orderStatus
String orderStatus
openDate
Date openDate
completionDate
Date completionDate
quantity
double quantity
price
BigDecimal price
orderFee
BigDecimal orderFee
account
AccountDataBeanImpl account
quote
QuoteDataBeanImpl quote
holding
HoldingDataBeanImpl holding
symbol
String symbol
serialVersionUID: 8476917690278143517L
symbol
String symbol
companyName
String companyName
volume
double volume
price
BigDecimal price
open1
BigDecimal open1
low
BigDecimal low
high
BigDecimal high
change1
double change1
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.