Class: Quickfix::DeliveryScheduleSettlDay

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

Returns a new instance of DeliveryScheduleSettlDay.



41749
41750
41751
41752
41753
41754
41755
# File 'lib/quickfix_fields.rb', line 41749

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

Class Method Details

.fieldObject



41746
41747
41748
# File 'lib/quickfix_fields.rb', line 41746

def DeliveryScheduleSettlDay.field
  return 41052
end