Class: Quickfix::LegCashSettlDateRelativeTo

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



64577
64578
64579
64580
64581
64582
64583
# File 'lib/quickfix_fields.rb', line 64577

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

Class Method Details

.fieldObject



64574
64575
64576
# File 'lib/quickfix_fields.rb', line 64574

def LegCashSettlDateRelativeTo.field
  return 42301
end