Class: Quickfix::ProgPeriodInterval

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProgPeriodInterval

Returns a new instance of ProgPeriodInterval.



4231
4232
4233
4234
4235
4236
4237
# File 'lib/quickfix_fields.rb', line 4231

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

Class Method Details

.fieldObject



4228
4229
4230
# File 'lib/quickfix_fields.rb', line 4228

def ProgPeriodInterval.field
  return 415
end