Class: Quickfix::UnderlyingProvisionCashSettlQuoteSource
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingProvisionCashSettlQuoteSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteSource
constructor
A new instance of UnderlyingProvisionCashSettlQuoteSource.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteSource
Returns a new instance of UnderlyingProvisionCashSettlQuoteSource.
59156 59157 59158 59159 59160 59161 59162 |
# File 'lib/quickfix_fields.rb', line 59156 def initialize(data = nil) if( data == nil ) super(42102) else super(42102, data) end end |