Class: Quickfix::StrikeValue

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StrikeValue



9249
9250
9251
9252
9253
9254
9255
# File 'lib/quickfix_fields.rb', line 9249

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

Class Method Details

.fieldObject



9246
9247
9248
# File 'lib/quickfix_fields.rb', line 9246

def StrikeValue.field
  return 968
end