Class: Quickfix::DeltaCrossed

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

Returns a new instance of DeltaCrossed.



63199
63200
63201
63202
63203
63204
63205
# File 'lib/quickfix_fields.rb', line 63199

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

Class Method Details

.fieldObject



63196
63197
63198
# File 'lib/quickfix_fields.rb', line 63196

def DeltaCrossed.field
  return 2596
end