Class: Quickfix::LegProvisionCashSettlCurrency2
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegProvisionCashSettlCurrency2
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlCurrency2
constructor
A new instance of LegProvisionCashSettlCurrency2.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlCurrency2
Returns a new instance of LegProvisionCashSettlCurrency2.
33377 33378 33379 33380 33381 33382 33383 |
# File 'lib/quickfix_fields.rb', line 33377 def initialize(data = nil) if( data == nil ) super(40468) else super(40468, data) end end |