Class: Quickfix::ExecAckStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ExecAckStatus

Returns a new instance of ExecAckStatus.



19142
19143
19144
19145
19146
19147
19148
# File 'lib/quickfix_fields.rb', line 19142

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

Class Method Details

.fieldObject



19139
19140
19141
# File 'lib/quickfix_fields.rb', line 19139

def ExecAckStatus.field
  return 1036
end