Class: Quickfix::LegPaymentStreamPaymentDateOffsetPeriod

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



31193
31194
31195
31196
31197
31198
31199
# File 'lib/quickfix_fields.rb', line 31193

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

Class Method Details

.fieldObject



31190
31191
31192
# File 'lib/quickfix_fields.rb', line 31190

def LegPaymentStreamPaymentDateOffsetPeriod.field
  return 40300
end