Uses of Class
com.quantfinlib.trading.HftRiskGate
Packages that use HftRiskGate
-
Uses of HftRiskGate in com.quantfinlib.trading
Methods in com.quantfinlib.trading that return HftRiskGateModifier and TypeMethodDescriptionShardedTradingEngine.gate(int shard) HftRiskGate.maxOrderNotional(double notional) HftRiskGate.maxOrderQuantity(long qty) HftRiskGate.maxPositionQuantity(long qty) HftRiskGate.priceCollarPct(double pct) Fat-finger guard versus the reference price (0.02 = 2%).HftOrderGateway.riskGate()Methods in com.quantfinlib.trading that return types with arguments of type HftRiskGateModifier and TypeMethodDescriptionShardedTradingEngine.gates()All gates — the input to aGlobalRiskAggregator.Constructors in com.quantfinlib.trading with parameters of type HftRiskGateModifierConstructorDescriptionHftOrderGateway(int ringCapacity, HftRiskGate riskGate, boolean busySpin) HftOrderGateway(HftRiskGate riskGate) Parked venue thread, 8K ring.Constructor parameters in com.quantfinlib.trading with type arguments of type HftRiskGateModifierConstructorDescriptionGlobalRiskAggregator(List<HftRiskGate> gates, double maxGrossNotional, double resumeFraction, long pollIntervalNanos) ShardedTradingEngine(int shardCount, int busRingCapacity, int orderRingCapacity, int maxSymbolsPerShard, boolean busySpin, IntFunction<HftRiskGate> gateFactory)