com.wombat.mamda.options
public class MamdaOptionStrikeSet extends java.lang.Object
Constructor and Description |
---|
MamdaOptionStrikeSet(java.util.Date expireDate,
double strikePrice) |
Modifier and Type | Method and Description |
---|---|
MamdaOptionContractSet |
getCallSet()
Return a set of call option contracts at a given strike price.
|
java.util.Date |
getExpireDate()
Return the expiration date for the contracts at the given strike
price.
|
java.lang.String |
getExpireDateStr()
Return the expiration date as a string for the contracts at the
given strike price.
|
MamdaOptionContractSet |
getPutSet()
Return a set of put option contracts at a given strike price.
|
double |
getStrikePrice()
Return the strike price.
|
public MamdaOptionStrikeSet(java.util.Date expireDate, double strikePrice)
public MamdaOptionContractSet getCallSet()
public MamdaOptionContractSet getPutSet()
public java.util.Date getExpireDate()
public java.lang.String getExpireDateStr()
public double getStrikePrice()
Copyright 2007 Wombat Financial Software, Inc.