Class: Quickfix::UnderlyingCashSettlQuoteCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingCashSettlQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteCurrency
constructor
A new instance of UnderlyingCashSettlQuoteCurrency.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingCashSettlQuoteCurrency
Returns a new instance of UnderlyingCashSettlQuoteCurrency.
58480 58481 58482 58483 58484 58485 58486 |
# File 'lib/quickfix_fields.rb', line 58480 def initialize(data = nil) if( data == nil ) super(42050) else super(42050, data) end end |