Class: Quickfix::PaymentStreamLinkStrikePriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



69423
69424
69425
# File 'lib/quickfix_fields.rb', line 69423

def PaymentStreamLinkStrikePriceType.field
  return 42674
end