Class: Quickfix::MDEntryBuyer

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MDEntryBuyer

Returns a new instance of MDEntryBuyer.



2736
2737
2738
2739
2740
2741
2742
# File 'lib/quickfix_fields.rb', line 2736

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

Class Method Details

.fieldObject



2733
2734
2735
# File 'lib/quickfix_fields.rb', line 2733

def MDEntryBuyer.field
  return 288
end