Class: Quickfix::RiskLimitCheckTransType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::RiskLimitCheckTransType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitCheckTransType
constructor
A new instance of RiskLimitCheckTransType.
Constructor Details
#initialize(data = nil) ⇒ RiskLimitCheckTransType
Returns a new instance of RiskLimitCheckTransType.
56647 56648 56649 56650 56651 56652 56653 |
# File 'lib/quickfix_fields.rb', line 56647 def initialize(data = nil) if( data == nil ) super(2320) else super(2320, data) end end |