Class: Quickfix::RiskLimitCheckRequestType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RiskLimitCheckRequestType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitCheckRequestType
constructor
A new instance of RiskLimitCheckRequestType.
Constructor Details
#initialize(data = nil) ⇒ RiskLimitCheckRequestType
Returns a new instance of RiskLimitCheckRequestType.
56686 56687 56688 56689 56690 56691 56692 |
# File 'lib/quickfix_fields.rb', line 56686 def initialize(data = nil) if( data == nil ) super(2323) else super(2323, data) end end |