Class: Quickfix::UnderlyingOptAttribute

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

Returns a new instance of UnderlyingOptAttribute.



4010
4011
4012
4013
4014
4015
4016
# File 'lib/quickfix_fields.rb', line 4010

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

Class Method Details

.fieldObject



4007
4008
4009
# File 'lib/quickfix_fields.rb', line 4007

def UnderlyingOptAttribute.field
  return 317
end