Class: Quickfix::MDQuoteType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDQuoteType

Returns a new instance of MDQuoteType.



7533
7534
7535
7536
7537
7538
7539
# File 'lib/quickfix_fields.rb', line 7533

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

Class Method Details

.fieldObject



7530
7531
7532
# File 'lib/quickfix_fields.rb', line 7530

def MDQuoteType.field
  return 1070
end