Class: Quickfix::LegProvisionCashSettlPaymentDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDate

Returns a new instance of LegProvisionCashSettlPaymentDate.



33455
33456
33457
33458
33459
33460
33461
# File 'lib/quickfix_fields.rb', line 33455

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

Class Method Details

.fieldObject



33452
33453
33454
# File 'lib/quickfix_fields.rb', line 33452

def LegProvisionCashSettlPaymentDate.field
  return 40474
end