Class: Quickfix::TradeMatchAckStatus

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

Returns a new instance of 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

Class Method Details

.fieldObject



24807
24808
24809
# File 'lib/quickfix_fields.rb', line 24807

def TradeMatchAckStatus.field
  return 1896
end