Class: Quickfix::LegTradeID

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

Returns a new instance of LegTradeID.



24784
24785
24786
24787
24788
24789
24790
# File 'lib/quickfix_fields.rb', line 24784

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

Class Method Details

.fieldObject



24781
24782
24783
# File 'lib/quickfix_fields.rb', line 24781

def LegTradeID.field
  return 1894
end