com.websudos.phantom

server

package server

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. server
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class EquityPrice(instrumentId: String, tradeDate: LocalDate, exchangeCode: String, t: DateTime, value: BigDecimal) extends Product with Serializable

  2. sealed class EquityPrices extends Implicits.CassandraTable[EquityPrices, EquityPrice]

  3. case class OptionPrice(instrumentId: String, tradeDate: LocalDate, exchangeCode: String, t: DateTime, strikePrice: BigDecimal, value: BigDecimal) extends Product with Serializable

  4. sealed class OptionPrices extends Implicits.CassandraTable[OptionPrices, OptionPrice]

  5. sealed trait Price extends AnyRef

  6. class PricesAccess extends ScalatraServlet with JacksonJsonSupport with ScalateSupport with PhantomCassandraConnector

  7. class ScalatraBootstrap extends LifeCycle with PhantomCassandraConnector

Value Members

  1. implicit object EquityPriceSampler extends Sample[EquityPrice]

  2. object EquityPrices extends EquityPrices with PhantomCassandraConnector

  3. object JettyLauncher

  4. implicit object OptionPriceSampler extends Sample[OptionPrice]

  5. object OptionPrices extends OptionPrices with PhantomCassandraConnector

  6. object ScalatraBootstrap

Inherited from AnyRef

Inherited from Any

Ungrouped