Class: Quickfix::SideMultiLegReportingType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ SideMultiLegReportingType

Returns a new instance of SideMultiLegReportingType.



7260
7261
7262
7263
7264
7265
7266
# File 'lib/quickfix_fields.rb', line 7260

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

Class Method Details

.fieldObject



7257
7258
7259
# File 'lib/quickfix_fields.rb', line 7257

def SideMultiLegReportingType.field
  return 752
end