Class: Quickfix::LegStrikeCurrencyCodeSource

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

Returns a new instance of LegStrikeCurrencyCodeSource.



78656
78657
78658
78659
78660
78661
78662
# File 'lib/quickfix_fields.rb', line 78656

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

Class Method Details

.fieldObject



78653
78654
78655
# File 'lib/quickfix_fields.rb', line 78653

def LegStrikeCurrencyCodeSource.field
  return 2908
end