Class: Quickfix::FundingSourceCurrency

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



77665
77666
77667
# File 'lib/quickfix_fields.rb', line 77665

def FundingSourceCurrency.field
  return 2847
end