Class: Quickfix::NoUnderlyingDeliveryScheduleSettlDays

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

Returns a new instance of NoUnderlyingDeliveryScheduleSettlDays.



53072
53073
53074
53075
53076
53077
53078
# File 'lib/quickfix_fields.rb', line 53072

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

Class Method Details

.fieldObject



53069
53070
53071
# File 'lib/quickfix_fields.rb', line 53069

def NoUnderlyingDeliveryScheduleSettlDays.field
	return 41770
end