Class: Quickfix::LegAgreementCurrencyCodeSource

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

Returns a new instance of LegAgreementCurrencyCodeSource.



79241
79242
79243
79244
79245
79246
79247
# File 'lib/quickfix_fields.rb', line 79241

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

Class Method Details

.fieldObject



79238
79239
79240
# File 'lib/quickfix_fields.rb', line 79238

def LegAgreementCurrencyCodeSource.field
  return 2953
end