Class: Quickfix::PaymentStreamLinkStrikePrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamLinkStrikePrice

Returns a new instance of PaymentStreamLinkStrikePrice.



69413
69414
69415
69416
69417
69418
69419
# File 'lib/quickfix_fields.rb', line 69413

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