Package nis.svc.opt.api
Interface ProjectSettings.ReportSettings
-
- Enclosing interface:
- ProjectSettings
public static interface ProjectSettings.ReportSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
reportFractionalShares()
returns whether to report fractional shares.void
reportFractionalShares(boolean value)
sets whether to report fractional shares.boolean
singleLotReport()
returns whether to report at the single lot level, or to aggregate to the asset level.void
singleLotReport(boolean value)
sets whether to report at the single lot level, or to aggregate to the asset level.boolean
useRoundedValues()
returns whether to use rounded values in all reportsvoid
useRoundedValues(boolean value)
returns whether to use rounded values in all reports
-
-
-
Method Detail
-
useRoundedValues
boolean useRoundedValues()
returns whether to use rounded values in all reports- Returns:
- true if enabled; false if not.
-
useRoundedValues
void useRoundedValues(boolean value)
returns whether to use rounded values in all reports- Parameters:
value
- true if enabled; false if not.
-
singleLotReport
boolean singleLotReport()
returns whether to report at the single lot level, or to aggregate to the asset level.- Returns:
- true if enabled; false if not.
-
singleLotReport
void singleLotReport(boolean value)
sets whether to report at the single lot level, or to aggregate to the asset level.- Parameters:
value
- true if enabled; false if not.
-
reportFractionalShares
boolean reportFractionalShares()
returns whether to report fractional shares.- Returns:
- true if enabled false if not
-
reportFractionalShares
void reportFractionalShares(boolean value)
sets whether to report fractional shares.- Parameters:
value
-
-
-