Class: Quickfix::StartStrikePxRange

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StartStrikePxRange

Returns a new instance of StartStrikePxRange.



19376
19377
19378
19379
19380
19381
19382
# File 'lib/quickfix_fields.rb', line 19376

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

Class Method Details

.fieldObject



19373
19374
19375
# File 'lib/quickfix_fields.rb', line 19373

def StartStrikePxRange.field
  return 1202
end