Class: Quickfix::NestedInstrAttribValue

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedInstrAttribValue



5466
5467
5468
5469
5470
5471
5472
# File 'lib/quickfix_fields.rb', line 5466

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

Class Method Details

.fieldObject



5463
5464
5465
# File 'lib/quickfix_fields.rb', line 5463

def NestedInstrAttribValue.field
  return 1211
end