Class: Quickfix::AsOfIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AsOfIndicator

Returns a new instance of AsOfIndicator.



4816
4817
4818
4819
4820
4821
4822
# File 'lib/quickfix_fields.rb', line 4816

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

Class Method Details

.fieldObject



4813
4814
4815
# File 'lib/quickfix_fields.rb', line 4813

def AsOfIndicator.field
  return 1015
end