Class: Quickfix::FlowScheduleType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ FlowScheduleType

Returns a new instance of FlowScheduleType.



7858
7859
7860
7861
7862
7863
7864
# File 'lib/quickfix_fields.rb', line 7858

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

Class Method Details

.fieldObject



7855
7856
7857
# File 'lib/quickfix_fields.rb', line 7855

def FlowScheduleType.field
  return 1439
end