Class: Quickfix::RiskLimitApprovedAmount
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::RiskLimitApprovedAmount
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RiskLimitApprovedAmount
constructor
A new instance of RiskLimitApprovedAmount.
Constructor Details
#initialize(data = nil) ⇒ RiskLimitApprovedAmount
Returns a new instance of RiskLimitApprovedAmount.
56738 56739 56740 56741 56742 56743 56744 |
# File 'lib/quickfix_fields.rb', line 56738 def initialize(data = nil) if( data == nil ) super(2327) else super(2327, data) end end |