Class: Quickfix::OrigTradeID

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

Returns a new instance of OrigTradeID.



15034
15035
15036
15037
15038
15039
15040
# File 'lib/quickfix_fields.rb', line 15034

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

Class Method Details

.fieldObject



15031
15032
15033
# File 'lib/quickfix_fields.rb', line 15031

def OrigTradeID.field
  return 1126
end