com.epam.cmemdp.marketdata.model
Class LegImpl
java.lang.Object
com.epam.cmemdp.marketdata.model.LegImpl
- All Implemented Interfaces:
- Leg
public class LegImpl
- extends java.lang.Object
- implements Leg
Constructor Summary |
LegImpl(int legSecurityId,
java.lang.String legSecurityIDSource,
char legSide,
int legRatioQty,
double legPrice,
double legOptionDelta)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegImpl
public LegImpl(int legSecurityId,
java.lang.String legSecurityIDSource,
char legSide,
int legRatioQty,
double legPrice,
double legOptionDelta)
getLegSecurityID
public int getLegSecurityID()
- Specified by:
getLegSecurityID
in interface Leg
getLegSecurityIDSource
public java.lang.String getLegSecurityIDSource()
- Specified by:
getLegSecurityIDSource
in interface Leg
getLegSide
public char getLegSide()
- Specified by:
getLegSide
in interface Leg
getLegRatioQty
public int getLegRatioQty()
- Specified by:
getLegRatioQty
in interface Leg
getLegPrice
public double getLegPrice()
- Specified by:
getLegPrice
in interface Leg
getLegOptionDelta
public double getLegOptionDelta()
- Specified by:
getLegOptionDelta
in interface Leg
Copyright © 2000-2014 EPAM Systems. All Rights Reserved.