Class: Quickfix::EntitlementStatus

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

Returns a new instance of EntitlementStatus.



24641
24642
24643
24644
24645
24646
24647
# File 'lib/quickfix_fields.rb', line 24641

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

Class Method Details

.fieldObject



24638
24639
24640
# File 'lib/quickfix_fields.rb', line 24638

def EntitlementStatus.field
  return 1883
end