Class: Quickfix::LegDeliveryScheduleSettlFlowType

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

Returns a new instance of LegDeliveryScheduleSettlFlowType.



48145
48146
48147
48148
48149
48150
48151
# File 'lib/quickfix_fields.rb', line 48145

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

Class Method Details

.fieldObject



48142
48143
48144
# File 'lib/quickfix_fields.rb', line 48142

def LegDeliveryScheduleSettlFlowType.field
  return 41420
end