Class: Quickfix::LegProvisionCashSettlPaymentDateRelativeTo

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

Returns a new instance of LegProvisionCashSettlPaymentDateRelativeTo.



34027
34028
34029
34030
34031
34032
34033
# File 'lib/quickfix_fields.rb', line 34027

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

Class Method Details

.fieldObject



34024
34025
34026
# File 'lib/quickfix_fields.rb', line 34024

def LegProvisionCashSettlPaymentDateRelativeTo.field
  return 40518
end