Class: Quickfix::UnderlyingFutureID

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

Returns a new instance of UnderlyingFutureID.



72312
72313
72314
72315
72316
72317
72318
# File 'lib/quickfix_fields.rb', line 72312

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

Class Method Details

.fieldObject



72309
72310
72311
# File 'lib/quickfix_fields.rb', line 72309

def UnderlyingFutureID.field
  return 2620
end