Class: Quickfix::OrigSecondaryTradeID

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

Returns a new instance of OrigSecondaryTradeID.



15047
15048
15049
15050
15051
15052
15053
# File 'lib/quickfix_fields.rb', line 15047

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

Class Method Details

.fieldObject



15044
15045
15046
# File 'lib/quickfix_fields.rb', line 15044

def OrigSecondaryTradeID.field
  return 1127
end