Class: Quickfix::TriggerPriceTypeScope

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TriggerPriceTypeScope

Returns a new instance of TriggerPriceTypeScope.



9444
9445
9446
9447
9448
9449
9450
# File 'lib/quickfix_fields.rb', line 9444

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

Class Method Details

.fieldObject



9441
9442
9443
# File 'lib/quickfix_fields.rb', line 9441

def TriggerPriceTypeScope.field
  return 1108
end