Class: Quickfix::PriceProtectionScope

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PriceProtectionScope



14592
14593
14594
14595
14596
14597
14598
# File 'lib/quickfix_fields.rb', line 14592

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

Class Method Details

.fieldObject



14589
14590
14591
# File 'lib/quickfix_fields.rb', line 14589

def PriceProtectionScope.field
  return 1092
end