Class: Quickfix::LegFutSettDate

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegFutSettDate

Returns a new instance of LegFutSettDate.



994
995
996
997
998
999
1000
# File 'lib/quickfix_fields.rb', line 994

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

Class Method Details

.fieldObject



991
992
993
# File 'lib/quickfix_fields.rb', line 991

def LegFutSettDate.field
	return 588
end