Class: Quickfix::ClearingPortfolioID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ ClearingPortfolioID

Returns a new instance of ClearingPortfolioID.



77967
77968
77969
77970
77971
77972
77973
# File 'lib/quickfix_fields.rb', line 77967

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

Class Method Details

.fieldObject



77964
77965
77966
# File 'lib/quickfix_fields.rb', line 77964

def ClearingPortfolioID.field
  return 2870
end