Class: Quickfix::LegAllocSettlCurrencyCodeSource

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

Returns a new instance of LegAllocSettlCurrencyCodeSource.



78916
78917
78918
78919
78920
78921
78922
# File 'lib/quickfix_fields.rb', line 78916

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

Class Method Details

.fieldObject



78913
78914
78915
# File 'lib/quickfix_fields.rb', line 78913

def LegAllocSettlCurrencyCodeSource.field
  return 2928
end