Class: Quickfix::UnderlyingLegStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingLegStrikePrice

Returns a new instance of UnderlyingLegStrikePrice.



14696
14697
14698
14699
14700
14701
14702
# File 'lib/quickfix_fields.rb', line 14696

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

Class Method Details

.fieldObject



14693
14694
14695
# File 'lib/quickfix_fields.rb', line 14693

def UnderlyingLegStrikePrice.field
  return 1340
end