Class: Quickfix::ContraLegRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContraLegRefID

Returns a new instance of ContraLegRefID.



2827
2828
2829
2830
2831
2832
2833
# File 'lib/quickfix_fields.rb', line 2827

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

Class Method Details

.fieldObject



2824
2825
2826
# File 'lib/quickfix_fields.rb', line 2824

def ContraLegRefID.field
  return 655
end