Class: Quickfix::FutSettDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FutSettDate

Returns a new instance of FutSettDate.



877
878
879
880
881
882
883
# File 'lib/quickfix_fields.rb', line 877

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

Class Method Details

.fieldObject



874
875
876
# File 'lib/quickfix_fields.rb', line 874

def FutSettDate.field
	return 64
end