Class: Quickfix::RelatedTradeIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedTradeIDSource

Returns a new instance of RelatedTradeIDSource.



24329
24330
24331
24332
24333
24334
24335
# File 'lib/quickfix_fields.rb', line 24329

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

Class Method Details

.fieldObject



24326
24327
24328
# File 'lib/quickfix_fields.rb', line 24326

def RelatedTradeIDSource.field
  return 1857
end