Class: Quickfix::PosReportAction

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PosReportAction

Returns a new instance of PosReportAction.



57193
57194
57195
57196
57197
57198
57199
# File 'lib/quickfix_fields.rb', line 57193

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

Class Method Details

.fieldObject



57190
57191
57192
# File 'lib/quickfix_fields.rb', line 57190

def PosReportAction.field
	return 2364
end