Class: Quickfix::LegStrikeCurrency

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



12707
12708
12709
12710
12711
12712
12713
# File 'lib/quickfix_fields.rb', line 12707

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

Class Method Details

.fieldObject



12704
12705
12706
# File 'lib/quickfix_fields.rb', line 12704

def LegStrikeCurrency.field
  return 942
end