Class: Quickfix::FundingSourceCurrencyCodeSource

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) ⇒ FundingSourceCurrencyCodeSource

Returns a new instance of FundingSourceCurrencyCodeSource.



79254
79255
79256
79257
79258
79259
79260
# File 'lib/quickfix_fields.rb', line 79254

def initialize(data = nil)
  if( data == nil )
    super(2954)
  else
    super(2954, data)
  end
end

Class Method Details

.fieldObject



79251
79252
79253
# File 'lib/quickfix_fields.rb', line 79251

def FundingSourceCurrencyCodeSource.field
  return 2954
end