Class: Quickfix::RelatedPartyDetailSubIDType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailSubIDType

Returns a new instance of RelatedPartyDetailSubIDType.



21066
21067
21068
21069
21070
21071
21072
# File 'lib/quickfix_fields.rb', line 21066

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

Class Method Details

.fieldObject



21063
21064
21065
# File 'lib/quickfix_fields.rb', line 21063

def RelatedPartyDetailSubIDType.field
  return 1568
end