Class: Quickfix::UnderlyingProvisionCashSettlQuoteType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionCashSettlQuoteType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteType
constructor
A new instance of UnderlyingProvisionCashSettlQuoteType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteType
Returns a new instance of UnderlyingProvisionCashSettlQuoteType.
60027 60028 60029 60030 60031 60032 60033 |
# File 'lib/quickfix_fields.rb', line 60027 def initialize(data = nil) if( data == nil ) super(42169) else super(42169, data) end end |