Class: Quickfix::EntitlementIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ EntitlementIndicator



23198
23199
23200
23201
23202
23203
23204
# File 'lib/quickfix_fields.rb', line 23198

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

Class Method Details

.fieldObject



23195
23196
23197
# File 'lib/quickfix_fields.rb', line 23195

def EntitlementIndicator.field
  return 1774
end