Class: Quickfix::TradeAggregationRequestRefID

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

Returns a new instance of TradeAggregationRequestRefID.



76914
76915
76916
76917
76918
76919
76920
# File 'lib/quickfix_fields.rb', line 76914

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

Class Method Details

.fieldObject



76911
76912
76913
# File 'lib/quickfix_fields.rb', line 76911

def TradeAggregationRequestRefID.field
  return 2787
end