Class: Quickfix::RelatedPartyDetailSubID

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

Returns a new instance of RelatedPartyDetailSubID.



21053
21054
21055
21056
21057
21058
21059
# File 'lib/quickfix_fields.rb', line 21053

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

Class Method Details

.fieldObject



21050
21051
21052
# File 'lib/quickfix_fields.rb', line 21050

def RelatedPartyDetailSubID.field
  return 1567
end