Class: Quickfix::ConfirmStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ConfirmStatus



9171
9172
9173
9174
9175
9176
9177
# File 'lib/quickfix_fields.rb', line 9171

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