Class: Quickfix::LegProvisionCashSettlQuoteType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegProvisionCashSettlQuoteType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlQuoteType
constructor
A new instance of LegProvisionCashSettlQuoteType.
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlQuoteType
Returns a new instance of LegProvisionCashSettlQuoteType.
33390 33391 33392 33393 33394 33395 33396 |
# File 'lib/quickfix_fields.rb', line 33390 def initialize(data = nil) if( data == nil ) super(40469) else super(40469, data) end end |