Class: Quickfix::LegAgreementID

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) ⇒ LegAgreementID

Returns a new instance of LegAgreementID.



61327
61328
61329
61330
61331
61332
61333
# File 'lib/quickfix_fields.rb', line 61327

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

Class Method Details

.fieldObject



61324
61325
61326
# File 'lib/quickfix_fields.rb', line 61324

def LegAgreementID.field
  return 2498
end