Class: Quickfix::NoUnderlyingDeliverySchedules

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

Returns a new instance of NoUnderlyingDeliverySchedules.



52890
52891
52892
52893
52894
52895
52896
# File 'lib/quickfix_fields.rb', line 52890

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

Class Method Details

.fieldObject



52887
52888
52889
# File 'lib/quickfix_fields.rb', line 52887

def NoUnderlyingDeliverySchedules.field
	return 41756
end