Class: Quickfix::PosReportAction

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

Instance Method Summary collapse

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