Class: Quickfix::RequestingPartyID

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

Returns a new instance of RequestingPartyID.



21222
21223
21224
21225
21226
21227
21228
# File 'lib/quickfix_fields.rb', line 21222

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

Class Method Details

.fieldObject



21219
21220
21221
# File 'lib/quickfix_fields.rb', line 21219

def RequestingPartyID.field
  return 1658
end