Class: Quickfix::NoNestedInstrAttrib

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNestedInstrAttrib

Returns a new instance of NoNestedInstrAttrib.



1631
1632
1633
1634
1635
1636
1637
# File 'lib/quickfix_fields.rb', line 1631

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

Class Method Details

.fieldObject



1628
1629
1630
# File 'lib/quickfix_fields.rb', line 1628

def NoNestedInstrAttrib.field
  return 1312
end