Class: Quickfix::DerivativeInstrAttribValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeInstrAttribValue

Returns a new instance of DerivativeInstrAttribValue.



5206
5207
5208
5209
5210
5211
5212
# File 'lib/quickfix_fields.rb', line 5206

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

Class Method Details

.fieldObject



5203
5204
5205
# File 'lib/quickfix_fields.rb', line 5203

def DerivativeInstrAttribValue.field
  return 1314
end