Uses of Class
com.markose.etrade.order.TransactionType
-
Packages that use TransactionType Package Description com.markose.etrade.order -
-
Uses of TransactionType in com.markose.etrade.order
Methods in com.markose.etrade.order that return TransactionType Modifier and Type Method Description static TransactionTypeTransactionType. fromValue(java.lang.String v)TransactionTypeOrderListRequest. getTransactionType()static TransactionTypeTransactionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TransactionType[]TransactionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.markose.etrade.order with parameters of type TransactionType Modifier and Type Method Description voidOrderListRequest. setTransactionType(TransactionType transactionType)
-