Class: Quickfix::EntitlementResult

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

Returns a new instance of EntitlementResult.



24654
24655
24656
24657
24658
24659
24660
# File 'lib/quickfix_fields.rb', line 24654

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

Class Method Details

.fieldObject



24651
24652
24653
# File 'lib/quickfix_fields.rb', line 24651

def EntitlementResult.field
  return 1884
end