Class: Quickfix::LegPaymentStreamCalculationLagPeriod

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

Returns a new instance of LegPaymentStreamCalculationLagPeriod.



50303
50304
50305
50306
50307
50308
50309
# File 'lib/quickfix_fields.rb', line 50303

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

Class Method Details

.fieldObject



50300
50301
50302
# File 'lib/quickfix_fields.rb', line 50300

def LegPaymentStreamCalculationLagPeriod.field
  return 41578
end