Class: Quickfix::UnderlyingPaymentStreamLinkStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamLinkStrikePrice

Returns a new instance of UnderlyingPaymentStreamLinkStrikePrice.



73521
73522
73523
73524
73525
73526
73527
# File 'lib/quickfix_fields.rb', line 73521

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

Class Method Details

.fieldObject



73518
73519
73520
# File 'lib/quickfix_fields.rb', line 73518

def UnderlyingPaymentStreamLinkStrikePrice.field
  return 42968
end