Class: Quickfix::FundingSourceCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::FundingSourceCurrency
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FundingSourceCurrency
constructor
A new instance of FundingSourceCurrency.
Constructor Details
#initialize(data = nil) ⇒ FundingSourceCurrency
Returns a new instance of FundingSourceCurrency.
77668 77669 77670 77671 77672 77673 77674 |
# File 'lib/quickfix_fields.rb', line 77668 def initialize(data = nil) if( data == nil ) super(2847) else super(2847, data) end end |