Class: Quickfix::PartyDetailDefinitionResult

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

Returns a new instance of PartyDetailDefinitionResult.



24602
24603
24604
24605
24606
24607
24608
# File 'lib/quickfix_fields.rb', line 24602

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

Class Method Details

.fieldObject



24599
24600
24601
# File 'lib/quickfix_fields.rb', line 24599

def PartyDetailDefinitionResult.field
  return 1880
end