Class: Quickfix::UnderlyingProvisionCashSettlQuoteReferencePage
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingProvisionCashSettlQuoteReferencePage
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteReferencePage
constructor
A new instance of UnderlyingProvisionCashSettlQuoteReferencePage.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlQuoteReferencePage
Returns a new instance of UnderlyingProvisionCashSettlQuoteReferencePage.
59169 59170 59171 59172 59173 59174 59175 |
# File 'lib/quickfix_fields.rb', line 59169 def initialize(data = nil) if( data == nil ) super(42103) else super(42103, data) end end |