Class: Quickfix::TradeLegRefID

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

Returns a new instance of TradeLegRefID.



11199
11200
11201
11202
11203
11204
11205
# File 'lib/quickfix_fields.rb', line 11199

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

Class Method Details

.fieldObject



11196
11197
11198
# File 'lib/quickfix_fields.rb', line 11196

def TradeLegRefID.field
  return 824
end