Class: Quickfix::NoTradePriceConditions

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) ⇒ NoTradePriceConditions

Returns a new instance of NoTradePriceConditions.



24082
24083
24084
24085
24086
24087
24088
# File 'lib/quickfix_fields.rb', line 24082

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

Class Method Details

.fieldObject



24079
24080
24081
# File 'lib/quickfix_fields.rb', line 24079

def NoTradePriceConditions.field
  return 1838
end