Class: Quickfix::AgreementCurrencyCodeSource

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

Returns a new instance of AgreementCurrencyCodeSource.



79228
79229
79230
79231
79232
79233
79234
# File 'lib/quickfix_fields.rb', line 79228

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

Class Method Details

.fieldObject



79225
79226
79227
# File 'lib/quickfix_fields.rb', line 79225

def AgreementCurrencyCodeSource.field
  return 2952
end