Sha256: ef88577985bf64c5f5302469f81a4148569643b5c52582fe61d9599d3b27e90d
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
class Epics::CDZ < Epics::GenericRequest def header client.header_request.build( nonce: nonce, timestamp: timestamp, order_type: 'CDZ', order_attribute: 'DZHNN', order_params: !!options[:from] && !!options[:to] ? { DateRange: { Start: options[:from], End: options[:to] } } : {}, mutable: { TransactionPhase: 'Initialisation' } ) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
epics-2.7.0 | lib/epics/cdz.rb |
epics-2.6.0 | lib/epics/cdz.rb |
epics-2.5.0 | lib/epics/cdz.rb |