Class: Quickfix::NoLegDeliverySchedules

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegDeliverySchedules

Returns a new instance of NoLegDeliverySchedules.



47989
47990
47991
47992
47993
47994
47995
# File 'lib/quickfix_fields.rb', line 47989

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