Class: Quickfix::LegPaymentStreamLinkStrikePriceType

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) ⇒ LegPaymentStreamLinkStrikePriceType

Returns a new instance of LegPaymentStreamLinkStrikePriceType.



66852
66853
66854
66855
66856
66857
66858
# File 'lib/quickfix_fields.rb', line 66852

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

Class Method Details

.fieldObject



66849
66850
66851
# File 'lib/quickfix_fields.rb', line 66849

def LegPaymentStreamLinkStrikePriceType.field
  return 42473
end