Class: Quickfix::FundingSourceCurrency

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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