Class: Quickfix::StrikeCurrencyCodeSource

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

Returns a new instance of StrikeCurrencyCodeSource.



78604
78605
78606
78607
78608
78609
78610
# File 'lib/quickfix_fields.rb', line 78604

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

Class Method Details

.fieldObject



78601
78602
78603
# File 'lib/quickfix_fields.rb', line 78601

def StrikeCurrencyCodeSource.field
  return 2904
end