Class: Quickfix::RiskLimitRequestType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RiskLimitRequestType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitRequestType
constructor
A new instance of RiskLimitRequestType.
Constructor Details
#initialize(data = nil) ⇒ RiskLimitRequestType
Returns a new instance of RiskLimitRequestType.
23016 23017 23018 23019 23020 23021 23022 |
# File 'lib/quickfix_fields.rb', line 23016 def initialize(data = nil) if( data == nil ) super(1760) else super(1760, data) end end |