Class: Quickfix::ListMethod

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ListMethod

Returns a new instance of ListMethod.



1306
1307
1308
1309
1310
1311
1312
# File 'lib/quickfix_fields.rb', line 1306

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

Class Method Details

.fieldObject



1303
1304
1305
# File 'lib/quickfix_fields.rb', line 1303

def ListMethod.field
	return 1198
end