Class: Quickfix::ProvisionCashSettlPaymentDateType

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

Returns a new instance of ProvisionCashSettlPaymentDateType.



29555
29556
29557
29558
29559
29560
29561
# File 'lib/quickfix_fields.rb', line 29555

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

Class Method Details

.fieldObject



29552
29553
29554
# File 'lib/quickfix_fields.rb', line 29552

def ProvisionCashSettlPaymentDateType.field
  return 40173
end