Class: Quickfix::RequestingPartySubID

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

Returns a new instance of RequestingPartySubID.



21274
21275
21276
21277
21278
21279
21280
# File 'lib/quickfix_fields.rb', line 21274

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

Class Method Details

.fieldObject



21271
21272
21273
# File 'lib/quickfix_fields.rb', line 21271

def RequestingPartySubID.field
  return 1662
end