Class: Quickfix::PegPriceType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PegPriceType



14618
14619
14620
14621
14622
14623
14624
# File 'lib/quickfix_fields.rb', line 14618

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

Class Method Details

.fieldObject



14615
14616
14617
# File 'lib/quickfix_fields.rb', line 14615

def PegPriceType.field
  return 1094
end