Package com.opengamma.financial.security.lookup.swap

Examples of com.opengamma.financial.security.lookup.swap.SwapPayReceiveProvider


    mapper.mapColumn(FREQUENCY, SwapSecurity.class, new SwapFrequencyProvider());
    mapper.mapColumn(FLOAT_FREQUENCY, SwapSecurity.class, new SwapFloatFrequencyProvider());
    mapper.mapColumn(QUANTITY, SwapSecurity.class, new SwapQuantityProvider());
    mapper.mapColumn(INDEX, SwapSecurity.class, new SwapIndexProvider());
    mapper.mapColumn(RATE, SwapSecurity.class, new SwapRateProvider());
    mapper.mapColumn(DIRECTION, SwapSecurity.class, new SwapPayReceiveProvider());
  }
View Full Code Here

TOP

Related Classes of com.opengamma.financial.security.lookup.swap.SwapPayReceiveProvider

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.