Class: Quickfix::Nested4PartyRole

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

Returns a new instance of Nested4PartyRole.



18726
18727
18728
18729
18730
18731
18732
# File 'lib/quickfix_fields.rb', line 18726

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

Class Method Details

.fieldObject



18723
18724
18725
# File 'lib/quickfix_fields.rb', line 18723

def Nested4PartyRole.field
  return 1417
end