Class: Quickfix::LegNonDeliverableFixingDateType

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

Returns a new instance of LegNonDeliverableFixingDateType.



32090
32091
32092
32093
32094
32095
32096
# File 'lib/quickfix_fields.rb', line 32090

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

Class Method Details

.fieldObject



32087
32088
32089
# File 'lib/quickfix_fields.rb', line 32087

def LegNonDeliverableFixingDateType.field
	return 40369
end