Class: Quickfix::DiscretionRoundDirection

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

Returns a new instance of DiscretionRoundDirection.



11446
11447
11448
11449
11450
11451
11452
# File 'lib/quickfix_fields.rb', line 11446

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

Class Method Details

.fieldObject



11443
11444
11445
# File 'lib/quickfix_fields.rb', line 11443

def DiscretionRoundDirection.field
  return 844
end