Class: Quickfix::UnderlyingDeliveryScheduleSettlFlowType

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

Returns a new instance of UnderlyingDeliveryScheduleSettlFlowType.



53046
53047
53048
53049
53050
53051
53052
# File 'lib/quickfix_fields.rb', line 53046

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

Class Method Details

.fieldObject



53043
53044
53045
# File 'lib/quickfix_fields.rb', line 53043

def UnderlyingDeliveryScheduleSettlFlowType.field
  return 41768
end