com.epam.cmemdp.marketdata.model
Interface Leg

All Known Implementing Classes:
LegImpl

public interface Leg


Method Summary
 double getLegOptionDelta()
           
 double getLegPrice()
           
 int getLegRatioQty()
           
 int getLegSecurityID()
           
 java.lang.String getLegSecurityIDSource()
           
 char getLegSide()
           
 

Method Detail

getLegSecurityID

int getLegSecurityID()

getLegSecurityIDSource

java.lang.String getLegSecurityIDSource()

getLegSide

char getLegSide()

getLegRatioQty

int getLegRatioQty()

getLegPrice

double getLegPrice()

getLegOptionDelta

double getLegOptionDelta()


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.