Class: Quickfix::NonDeliverableFixingDateType

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

Returns a new instance of NonDeliverableFixingDateType.



38044
38045
38046
38047
38048
38049
38050
# File 'lib/quickfix_fields.rb', line 38044

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

Class Method Details

.fieldObject



38041
38042
38043
# File 'lib/quickfix_fields.rb', line 38041

def NonDeliverableFixingDateType.field
	return 40827
end