JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.motivewave.platform.sdk.common
BarOperation
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
onBar(Bar)
Interface BarOperation
public interface
BarOperation
Defines an operation to perform on a series of bars.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onBar
(
Bar
bar)
Executes the operation on the given bar
Method Details
onBar
void
onBar
(
Bar
bar)
Executes the operation on the given bar
Parameters:
bar
- bar to process