Class: Quickfix::TradeAggregationRequestID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradeAggregationRequestID

Returns a new instance of TradeAggregationRequestID.



76901
76902
76903
76904
76905
76906
76907
# File 'lib/quickfix_fields.rb', line 76901

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

Class Method Details

.fieldObject



76898
76899
76900
# File 'lib/quickfix_fields.rb', line 76898

def TradeAggregationRequestID.field
  return 2786
end