Class: Quickfix::NoLegDeliverySchedules

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

Class Method Details

.fieldObject



47986
47987
47988
# File 'lib/quickfix_fields.rb', line 47986

def NoLegDeliverySchedules.field
	return 41408
end