Class: Quickfix::DeliveryScheduleSettlFlowType

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

Returns a new instance of DeliveryScheduleSettlFlowType.



41710
41711
41712
41713
41714
41715
41716
# File 'lib/quickfix_fields.rb', line 41710

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

Class Method Details

.fieldObject



41707
41708
41709
# File 'lib/quickfix_fields.rb', line 41707

def DeliveryScheduleSettlFlowType.field
  return 41049
end