Class: Quickfix::RelatedPartyDetailAltSubIDType

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

Returns a new instance of RelatedPartyDetailAltSubIDType.



21144
21145
21146
21147
21148
21149
21150
# File 'lib/quickfix_fields.rb', line 21144

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

Class Method Details

.fieldObject



21141
21142
21143
# File 'lib/quickfix_fields.rb', line 21141

def RelatedPartyDetailAltSubIDType.field
  return 1574
end