Class: Quickfix::Nested4PartySubIDType

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

Returns a new instance of Nested4PartySubIDType.



18648
18649
18650
18651
18652
18653
18654
# File 'lib/quickfix_fields.rb', line 18648

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

Class Method Details

.fieldObject



18645
18646
18647
# File 'lib/quickfix_fields.rb', line 18645

def Nested4PartySubIDType.field
  return 1411
end