Class: Quickfix::QuoteType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ QuoteType

Returns a new instance of QuoteType.



19532
19533
19534
19535
19536
19537
19538
# File 'lib/quickfix_fields.rb', line 19532

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

Class Method Details

.fieldObject



19529
19530
19531
# File 'lib/quickfix_fields.rb', line 19529

def QuoteType.field
  return 537
end