Class: Quickfix::LegPaymentStreamInitialFixingDateOffsetPeriod

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

Returns a new instance of LegPaymentStreamInitialFixingDateOffsetPeriod.



31349
31350
31351
31352
31353
31354
31355
# File 'lib/quickfix_fields.rb', line 31349

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

Class Method Details

.fieldObject



31346
31347
31348
# File 'lib/quickfix_fields.rb', line 31346

def LegPaymentStreamInitialFixingDateOffsetPeriod.field
  return 40312
end