Class: Quickfix::UnderlyingOptAttribute

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingOptAttribute

Returns a new instance of UnderlyingOptAttribute.



5193
5194
5195
5196
5197
5198
5199
# File 'lib/quickfix_fields.rb', line 5193

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

Class Method Details

.fieldObject



5190
5191
5192
# File 'lib/quickfix_fields.rb', line 5190

def UnderlyingOptAttribute.field
  return 317
end