Class: Quickfix::LegCashSettlQuoteCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCashSettlQuoteCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlQuoteCurrency
constructor
A new instance of LegCashSettlQuoteCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlQuoteCurrency
Returns a new instance of LegCashSettlQuoteCurrency.
46819 46820 46821 46822 46823 46824 46825 |
# File 'lib/quickfix_fields.rb', line 46819 def initialize(data = nil) if( data == nil ) super(41353) else super(41353, data) end end |