Class: Quickfix::OrigTradeID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrigTradeID

Returns a new instance of OrigTradeID.



13942
13943
13944
13945
13946
13947
13948
# File 'lib/quickfix_fields.rb', line 13942

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

Class Method Details

.fieldObject



13939
13940
13941
# File 'lib/quickfix_fields.rb', line 13939

def OrigTradeID.field
  return 1126
end