Class: Quickfix::TrdAckStatus

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) ⇒ TrdAckStatus

Returns a new instance of TrdAckStatus.



21664
21665
21666
21667
21668
21669
21670
# File 'lib/quickfix_fields.rb', line 21664

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

Class Method Details

.fieldObject



21661
21662
21663
# File 'lib/quickfix_fields.rb', line 21661

def TrdAckStatus.field
  return 1523
end