com.wombat.mamda.options
public class MamdaOptionUnderlying extends java.lang.Object
Constructor and Description |
---|
MamdaOptionUnderlying()
Constructor from expiration date, strike price, and put/call
indicator.
|
Modifier and Type | Method and Description |
---|---|
void |
addQuoteHandler(MamdaQuoteHandler handler)
Add a MamdaQuoteHandler for handling quote updates to this
underlying.
|
void |
addTradeHandler(MamdaTradeHandler handler)
Add a MamdaTradeHandler for handling trade updates to this
underlying.
|
java.lang.Object |
getCustomObject()
Return the custom object.
|
MamdaQuoteRecap |
getQuoteInfo()
Return the current quote fields.
|
MamdaTradeRecap |
getTradeInfo()
Return the current trade fields.
|
void |
setCustomObject(java.lang.Object object)
Add a custom object to this option underlying.
|
public MamdaOptionUnderlying()
public void addTradeHandler(MamdaTradeHandler handler)
public void addQuoteHandler(MamdaQuoteHandler handler)
public void setCustomObject(java.lang.Object object)
public MamdaTradeRecap getTradeInfo()
public MamdaQuoteRecap getQuoteInfo()
public java.lang.Object getCustomObject()
Copyright 2007 Wombat Financial Software, Inc.