Class: Quickfix::LegRepurchaseTerm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegRepurchaseTerm

Returns a new instance of LegRepurchaseTerm.



7377
7378
7379
7380
7381
7382
7383
# File 'lib/quickfix_fields.rb', line 7377

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

Class Method Details

.fieldObject



7374
7375
7376
# File 'lib/quickfix_fields.rb', line 7374

def LegRepurchaseTerm.field
  return 251
end