Class: Quickfix::OrderDelayUnit

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OrderDelayUnit



12837
12838
12839
12840
12841
12842
12843
# File 'lib/quickfix_fields.rb', line 12837

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

Class Method Details

.fieldObject



12834
12835
12836
# File 'lib/quickfix_fields.rb', line 12834

def OrderDelayUnit.field
  return 1429
end