Class: Quickfix::LegPaymentStreamAccrualDays

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

Returns a new instance of LegPaymentStreamAccrualDays.



30985
30986
30987
30988
30989
30990
30991
# File 'lib/quickfix_fields.rb', line 30985

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

Class Method Details

.fieldObject



30982
30983
30984
# File 'lib/quickfix_fields.rb', line 30982

def LegPaymentStreamAccrualDays.field
  return 40284
end