Class: Quickfix::LegSettlCurrencyCodeSource

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

Returns a new instance of LegSettlCurrencyCodeSource.



78552
78553
78554
78555
78556
78557
78558
# File 'lib/quickfix_fields.rb', line 78552

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

Class Method Details

.fieldObject



78549
78550
78551
# File 'lib/quickfix_fields.rb', line 78549

def LegSettlCurrencyCodeSource.field
  return 2900
end