Class: Epics::CCS
- Inherits:
-
CCT
- Object
- GenericRequest
- GenericUploadRequest
- CCT
- Epics::CCS
- Defined in:
- lib/epics/ccs.rb
Instance Attribute Summary
Attributes inherited from GenericUploadRequest
Attributes inherited from GenericRequest
Instance Method Summary collapse
Methods inherited from CCT
Methods inherited from GenericUploadRequest
#body, #cipher, #digester, #encrypt, #encrypted_order_data, #encrypted_order_signature, #initialize, #order_signature, #pad, #signature_value
Methods inherited from GenericRequest
#auth_signature, #body, #initialize, #nonce, #root, #timestamp, #to_receipt_xml, #to_transfer_xml, #to_xml
Constructor Details
This class inherits a constructor from Epics::GenericUploadRequest
Instance Method Details
#order_attribute ⇒ Object
2 3 4 |
# File 'lib/epics/ccs.rb', line 2 def order_attribute 'DZHNN' end |
#order_type ⇒ Object
6 7 8 |
# File 'lib/epics/ccs.rb', line 6 def order_type 'CCS' end |