Uses of Class
com.markose.etrade.order.PriceType
-
Packages that use PriceType Package Description com.markose.etrade.market com.markose.etrade.order -
-
Uses of PriceType in com.markose.etrade.market
Methods in com.markose.etrade.market that return PriceType Modifier and Type Method Description PriceTypeOptionChainRequest. getPriceType()Methods in com.markose.etrade.market with parameters of type PriceType Modifier and Type Method Description voidOptionChainRequest. setPriceType(PriceType priceType) -
Uses of PriceType in com.markose.etrade.order
Methods in com.markose.etrade.order that return PriceType Modifier and Type Method Description static PriceTypePriceType. fromValue(java.lang.String v)PriceTypeOrderDetail. getPriceType()static PriceTypePriceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PriceType[]PriceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-