Class: Quickfix::NestedInstrAttribType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NestedInstrAttribType

Returns a new instance of NestedInstrAttribType.



16152
16153
16154
16155
16156
16157
16158
# File 'lib/quickfix_fields.rb', line 16152

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