Class: Quickfix::UnderlyingNonDeliverableFixingDate

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingNonDeliverableFixingDate

Returns a new instance of UnderlyingNonDeliverableFixingDate.



35834
35835
35836
35837
35838
35839
35840
# File 'lib/quickfix_fields.rb', line 35834

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