Class: Quickfix::UnderlyingNonDeliverableFixingDateType

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

Returns a new instance of UnderlyingNonDeliverableFixingDateType.



35847
35848
35849
35850
35851
35852
35853
# File 'lib/quickfix_fields.rb', line 35847

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

Class Method Details

.fieldObject



35844
35845
35846
# File 'lib/quickfix_fields.rb', line 35844

def UnderlyingNonDeliverableFixingDateType.field
	return 40658
end