org.marketcetera.client
Interface OrderModifier


public interface OrderModifier

Modifies orders.

Since:
2.1.4
Version:
$Id: OrderModifier.java 16154 2012-07-14 16:34:05Z colin $
Author:
Colin DuPlantis

Method Summary
 boolean modify(Order inOrder)
          Examines the given order and optionally modifies it.
 

Method Detail

modify

boolean modify(Order inOrder)
Examines the given order and optionally modifies it.

Parameters:
inOrder - an Order value
Returns:
a boolean value indicating if the order was modified


Copyright © 2012. All Rights Reserved.