Class: Quickfix::FutSettDate2

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FutSettDate2

Returns a new instance of FutSettDate2.



2918
2919
2920
2921
2922
2923
2924
# File 'lib/quickfix_fields.rb', line 2918

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