Class: Quickfix::LegPaymentStreamFinalPricePaymentDateOffsetPeriod

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

Returns a new instance of LegPaymentStreamFinalPricePaymentDateOffsetPeriod.



66618
66619
66620
66621
66622
66623
66624
# File 'lib/quickfix_fields.rb', line 66618

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

Class Method Details

.fieldObject



66615
66616
66617
# File 'lib/quickfix_fields.rb', line 66615

def LegPaymentStreamFinalPricePaymentDateOffsetPeriod.field
  return 42455
end