Class: Quickfix::IOINaturalFlag

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IOINaturalFlag



7572
7573
7574
7575
7576
7577
7578
# File 'lib/quickfix_fields.rb', line 7572

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

Class Method Details

.fieldObject



7569
7570
7571
# File 'lib/quickfix_fields.rb', line 7569

def IOINaturalFlag.field
  return 130
end