Class: Quickfix::LegPaymentStreamFixingDateOffsetPeriod

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

Returns a new instance of LegPaymentStreamFixingDateOffsetPeriod.



31440
31441
31442
31443
31444
31445
31446
# File 'lib/quickfix_fields.rb', line 31440

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

Class Method Details

.fieldObject



31437
31438
31439
# File 'lib/quickfix_fields.rb', line 31437

def LegPaymentStreamFixingDateOffsetPeriod.field
  return 40319
end