Class: Quickfix::SettlDate2

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ SettlDate2

Returns a new instance of SettlDate2.



8937
8938
8939
8940
8941
8942
8943
# File 'lib/quickfix_fields.rb', line 8937

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

Class Method Details

.fieldObject



8934
8935
8936
# File 'lib/quickfix_fields.rb', line 8934

def SettlDate2.field
	return 193
end