Class: Quickfix::FutSettDate2

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FutSettDate2

Returns a new instance of FutSettDate2.



8248
8249
8250
8251
8252
8253
8254
# File 'lib/quickfix_fields.rb', line 8248

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

Class Method Details

.fieldObject



8245
8246
8247
# File 'lib/quickfix_fields.rb', line 8245

def FutSettDate2.field
	return 193
end