| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| Modifier and Type | Method and Description |
|---|---|
<T> TradeInfoBuilder |
TradeInfoBuilder.addAttribute(AttributeType<T> attributeType,
T attributeValue)
Adds a trade attribute to the map of attributes.
|
static TradeInfoBuilder |
TradeInfo.builder()
Returns a builder used to create an instance of the bean.
|
TradeInfoBuilder |
TradeInfoBuilder.counterparty(StandardId counterparty)
Sets the counterparty identifier, optional.
|
TradeInfoBuilder |
TradeInfoBuilder.id(StandardId id)
Sets the primary identifier for the trade, optional.
|
TradeInfoBuilder |
TradeInfoBuilder.settlementDate(LocalDate settlementDate)
Sets the settlement date, optional.
|
TradeInfoBuilder |
TradeInfo.toBuilder()
Returns a builder populated with the values of this instance.
|
TradeInfoBuilder |
TradeInfoBuilder.tradeDate(LocalDate tradeDate)
Sets the trade date, optional.
|
TradeInfoBuilder |
TradeInfoBuilder.tradeTime(LocalTime tradeTime)
Sets the trade time, optional.
|
TradeInfoBuilder |
TradeInfoBuilder.zone(ZoneId zone)
Sets the trade time-zone, optional.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.