Class: Quickfix::UnderlyingInstrumentRoundingDirection

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingInstrumentRoundingDirection

Returns a new instance of UnderlyingInstrumentRoundingDirection.



54424
54425
54426
54427
54428
54429
54430
# File 'lib/quickfix_fields.rb', line 54424

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

Class Method Details

.fieldObject



54421
54422
54423
# File 'lib/quickfix_fields.rb', line 54421

def UnderlyingInstrumentRoundingDirection.field
  return 2298
end