Sha256: 34174e687cb218eb5d4063efc3315e04b57169ebd716e5c67c272460ed15dc12
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
class Epics::CRZ < Epics::GenericRequest def header client.header_request.build( nonce: nonce, timestamp: timestamp, order_type: 'CRZ', 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/crz.rb |
epics-2.6.0 | lib/epics/crz.rb |
epics-2.5.0 | lib/epics/crz.rb |