class Radar::Api::SecurityLendingAndBorrowing
Constants
- CONTRACT
- DATE
- DUE
- FIELDS
- RATE
- SHARES
- STOCK
- TYPE
Public Instance Methods
struct_fields()
click to toggle source
# File gen/radar/api/transaction_types.rb, line 131 def struct_fields; FIELDS; end
validate()
click to toggle source
# File gen/radar/api/transaction_types.rb, line 133 def validate unless @type.nil? || ::Radar::Api::SecurityLendingAndBorrowingType::VALID_VALUES.include?(@type) raise ::Thrift::ProtocolException.new(::Thrift::ProtocolException::UNKNOWN, 'Invalid value of field type!') end end