Uses of Class
com.studerw.tda.model.markethours.SessionStartEnd
Packages that use SessionStartEnd
-
Uses of SessionStartEnd in com.studerw.tda.model.markethours
Methods in com.studerw.tda.model.markethours that return types with arguments of type SessionStartEndModifier and TypeMethodDescriptionSessionHours.getPostMarket()
SessionHours.getPreMarket()
SessionHours.getRegularMarket()
Method parameters in com.studerw.tda.model.markethours with type arguments of type SessionStartEndModifier and TypeMethodDescriptionvoid
SessionHours.setPostMarket
(List<SessionStartEnd> postMarket) void
SessionHours.setPreMarket
(List<SessionStartEnd> preMarket) void
SessionHours.setRegularMarket
(List<SessionStartEnd> regularMarket)