Class: Quickfix::LegProvisionCashSettlPaymentDateType

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

Returns a new instance of LegProvisionCashSettlPaymentDateType.



33468
33469
33470
33471
33472
33473
33474
# File 'lib/quickfix_fields.rb', line 33468

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

Class Method Details

.fieldObject



33465
33466
33467
# File 'lib/quickfix_fields.rb', line 33465

def LegProvisionCashSettlPaymentDateType.field
  return 40475
end