Class: Quickfix::NoUnderlyingNonDeliverableFixingDates

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

Returns a new instance of NoUnderlyingNonDeliverableFixingDates.



35821
35822
35823
35824
35825
35826
35827
# File 'lib/quickfix_fields.rb', line 35821

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

Class Method Details

.fieldObject



35818
35819
35820
# File 'lib/quickfix_fields.rb', line 35818

def NoUnderlyingNonDeliverableFixingDates.field
	return 40656
end