Class: Quickfix::DerivativeStrikeValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeStrikeValue

Returns a new instance of DerivativeStrikeValue.



11446
11447
11448
11449
11450
11451
11452
# File 'lib/quickfix_fields.rb', line 11446

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

Class Method Details

.fieldObject



11443
11444
11445
# File 'lib/quickfix_fields.rb', line 11443

def DerivativeStrikeValue.field
  return 1264
end