Class: Quickfix::SettlDate2

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SettlDate2

Returns a new instance of SettlDate2.



19155
19156
19157
19158
19159
19160
19161
# File 'lib/quickfix_fields.rb', line 19155

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

Class Method Details

.fieldObject



19152
19153
19154
# File 'lib/quickfix_fields.rb', line 19152

def SettlDate2.field
	return 193
end