Class: Quickfix::PaymentStreamLinkStrikePriceType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PaymentStreamLinkStrikePriceType

Returns a new instance of PaymentStreamLinkStrikePriceType.



69426
69427
69428
69429
69430
69431
69432
# File 'lib/quickfix_fields.rb', line 69426

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