Class: Quickfix::NoLegDeliveryScheduleSettlTimes

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

Returns a new instance of NoLegDeliveryScheduleSettlTimes.



48210
48211
48212
48213
48214
48215
48216
# File 'lib/quickfix_fields.rb', line 48210

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

Class Method Details

.fieldObject



48207
48208
48209
# File 'lib/quickfix_fields.rb', line 48207

def NoLegDeliveryScheduleSettlTimes.field
  return 41425
end