Class: Quickfix::TradeMatchAckStatus

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeMatchAckStatus



24810
24811
24812
24813
24814
24815
24816
# File 'lib/quickfix_fields.rb', line 24810

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