Apama 10.3.1 | Apama Capital Markets Foundation Documentation | Capital Markets Foundation | Market Data Management | Synthetic datasources | Forward to Spot Convertor | Defining the connection parameters
 
Defining the connection parameters
Define the connection parameters that need to be passed while establishing a connection.
For example:
params := new com.apama.md.adapter.FSConvertorParams;
params.isDirect := true;
params.multiplier := 10000.0;
params.forwardPointsBid := 5.0;
params.forwardPointsAsk := 5.3;
params.forwardPointsDivisor := 10000.0;
params.contractSize := 100000;
params.pipSize := 0.0002;
params.epsSize := 0.0001;
params.spotPricePrecision := 4.0;

Copyright © 2013-2019 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.