Class: Quickfix::LegStrikeIndex

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

Returns a new instance of LegStrikeIndex.



42958
42959
42960
42961
42962
42963
42964
# File 'lib/quickfix_fields.rb', line 42958

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

Class Method Details

.fieldObject



42955
42956
42957
# File 'lib/quickfix_fields.rb', line 42955

def LegStrikeIndex.field
  return 2184
end